mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fixes file/folder move/copy buttons
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
0f827ea1f4
commit
72533658fe
1 changed files with 2 additions and 0 deletions
|
|
@ -174,6 +174,8 @@
|
|||
}
|
||||
|
||||
.oc-dialog .oc-dialog-buttonrow {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width:100%;
|
||||
text-align:right;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue