mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
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 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
[class^="icon-"], [class*=" icon-"] {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue