mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add max-width to directLink input to prevent overflow
This commit is contained in:
parent
23f2c48a43
commit
9434ed44f8
1 changed files with 1 additions and 0 deletions
|
|
@ -115,4 +115,5 @@ thead {
|
|||
.directLink input {
|
||||
margin-left: 5px;
|
||||
width: 300px;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue