Merge pull request #10724 from owncloud/min-size-for-icons
define min height/width for icon classes to make sure they show
This commit is contained in:
commit
9d67576540
|
@ -1,6 +1,8 @@
|
||||||
[class^="icon-"], [class*=" icon-"] {
|
[class^="icon-"], [class*=" icon-"] {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
min-width: 16px;
|
||||||
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue