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