Merge pull request #18736 from nextcloud/bugfix/18708
Fix folder permission styling
This commit is contained in:
commit
eaf26fed9a
|
@ -786,6 +786,11 @@ table.dragshadow td.size {
|
|||
}
|
||||
}
|
||||
|
||||
.notCreatable {
|
||||
padding-left: 12px;
|
||||
padding-top: 12px;
|
||||
color: var(--color-text-lighter);
|
||||
}
|
||||
|
||||
#quota {
|
||||
margin: 0 !important;
|
||||
|
|
Loading…
Reference in New Issue