mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Removed duplicate css rules.
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
padding-top: $margin-3;
|
padding-top: $margin-3;
|
||||||
padding-bottom: $margin-3;
|
padding-bottom: $margin-3;
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
flex-direction: column;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
/* Bug fix: <http://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox> */
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
@@ -40,7 +39,6 @@
|
|||||||
.maputnik-modal-content {
|
.maputnik-modal-content {
|
||||||
padding: $margin-3;
|
padding: $margin-3;
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
flex-direction: column;
|
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user