mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 13:30:03 +00:00
Prevent title resize.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -10,6 +11,7 @@
|
||||
src: url('../fonts/Roboto-Medium.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
}
|
||||
|
||||
.maputnik-modal-survey {
|
||||
width: 372px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.maputnik-modal-survey__logo {
|
||||
|
||||
Reference in New Issue
Block a user