Mixin for limiting the width of a property-editor

This commit is contained in:
Niels Lyngsø
2019-03-26 10:09:21 +01:00
parent ac6767248e
commit 8a16c749e1

View File

@@ -402,6 +402,11 @@
// COMPONENT MIXINS
// --------------------------------------------------
// Limit width of specific property editors
.umb-property-editor--limit-width {
max-width: 800px;
}
// Horizontal dividers
// -------------------------
// Dividers (basically an hr) within dropdowns and nav lists