mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix position of shared file buttons
This commit is contained in:
parent
e1e4fde697
commit
ae195c99a1
1 changed files with 3 additions and 1 deletions
|
|
@ -230,8 +230,10 @@
|
|||
padding: 7px 5px;
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
max-width: 40%;
|
||||
max-width: 80%;
|
||||
white-space: nowrap;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Profile picture in header */
|
||||
|
|
|
|||
Loading…
Reference in a new issue