Skip to content
Snippets Groups Projects
Unverified Commit eaf26fed authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18736 from nextcloud/bugfix/18708

Fix folder permission styling
parents 69ae7abe c4cfd70b
No related branches found
No related tags found
No related merge requests found
...@@ -786,6 +786,11 @@ table.dragshadow td.size { ...@@ -786,6 +786,11 @@ table.dragshadow td.size {
} }
} }
.notCreatable {
padding-left: 12px;
padding-top: 12px;
color: var(--color-text-lighter);
}
#quota { #quota {
margin: 0 !important; margin: 0 !important;
......
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