Merge pull request #23009 from nextcloud/backport/23008/stable20
[stable20] Add padding to the empty content and center it
This commit is contained in:
commit
7edced3807
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -741,6 +741,11 @@ $input-padding: 6px;
|
|||
|
||||
.empty-content {
|
||||
margin: 10vh 0;
|
||||
|
||||
::v-deep .empty-content__title {
|
||||
padding: 0 15px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue