mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Make css rule important
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
826f0aeae0
commit
4bb481cbb3
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ export default {
|
|||
margin-right: 10px;
|
||||
opacity: 1 !important;
|
||||
background-size: 16px;
|
||||
vertical-align: middle;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
// In dashboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue