Skip to content
Snippets Groups Projects
Commit 9d675765 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #10724 from owncloud/min-size-for-icons

define min height/width for icon classes to make sure they show
parents 2b63c375 7d1a0d47
No related branches found
No related tags found
No related merge requests found
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
min-width: 16px;
min-height: 16px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment