Merge pull request #8376 from nextcloud/devgals
Fix edit tag textbox size
This commit is contained in:
commit
8a505e8767
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
position: relative;
|
||||
input {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue