Skip to content

Commit ced63d1

Browse files
author
sb-cecilialiu
committed
MAT-7925 add margin for status handler
1 parent 11662c4 commit ced63d1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/components/editMeasure/editor/MeasureEditor.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import {
5050
checkUserCanEdit,
5151
} from "@madie/madie-util";
5252
import StatusHandler from "./StatusHandler";
53+
import "./StatusHandler.scss";
5354
import { SuccessText } from "../../../styles/editMeasure/editor";
5455
import "./MeasureEditor.scss";
5556
import applyCode from "./codeApplier";

src/components/editMeasure/editor/StatusHandler.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#status-handler {
2+
margin: 0 2rem 0 2rem;
3+
}
4+
15
.madie-alert {
26
> #content {
37
max-height: 125px;

0 commit comments

Comments
 (0)