Skip to content

Commit a92659d

Browse files
committed
fix modal size
1 parent 4860b52 commit a92659d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

front/src/applications/editor/Editor.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
flex-grow: 1;
144144

145145
.map-modal {
146-
max-width: 100%;
147-
}
146+
width: clamp(25%, 50%, 100%);
147+
}
148148

149149
.popup {
150150
text-align: center;

0 commit comments

Comments
 (0)