mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: List specific share permissions as subline
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
parent
97adb26cd9
commit
e86d5f5440
1 changed files with 8 additions and 2 deletions
|
|
@ -1056,9 +1056,15 @@ export default {
|
|||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
/* Target component based style in NcCheckboxRadioSwitch slot content*/
|
||||
:deep(span.checkbox-content__text.checkbox-radio-switch__text) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
.subline {
|
||||
display: block;
|
||||
.subline {
|
||||
display: block;
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue