Skip to content
Snippets Groups Projects
Commit 67784449 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Fix issue where a long line of icons doesn't properly wrap down to the next...

Fix issue where a long line of icons doesn't properly wrap down to the next line - sometimes icons 'hang' on the icon to the left
parent 50d25246
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
background: none repeat scroll 0 0 transparent; background: none repeat scroll 0 0 transparent;
display: block; display: block;
height: 24px; height: 24px;
margin: 0 2px; margin: 1px 2px;
overflow: hidden; overflow: hidden;
width: 1px; width: 1px;
} }
...@@ -321,6 +321,7 @@ ...@@ -321,6 +321,7 @@
/* SplitButton */ /* SplitButton */
.unlSkin .mceSplitButton { .unlSkin .mceSplitButton {
height: 20px; height: 20px;
margin: 1px;
} }
.unlSkin .mceSplitButton a, .unlSkin .mceSplitButton span { .unlSkin .mceSplitButton a, .unlSkin .mceSplitButton span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment