diff options
Diffstat (limited to 'core/misc/dropbutton/dropbutton.css')
-rw-r--r-- | core/misc/dropbutton/dropbutton.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/misc/dropbutton/dropbutton.css b/core/misc/dropbutton/dropbutton.css index 5990514f09a..8b8709dabee 100644 --- a/core/misc/dropbutton/dropbutton.css +++ b/core/misc/dropbutton/dropbutton.css @@ -17,14 +17,14 @@ position: relative; } -@media screen and (max-width:600px) { +@media screen and (max-width: 600px) { .js .dropbutton-wrapper { width: 100%; } } /* Splitbuttons */ -@media screen and (min-width:600px) { +@media screen and (min-width: 600px) { .form-actions .dropbutton-wrapper { float: left; /* LTR */ } |