Merge pull request #8407 from nextcloud/stable13-8376-devgals
[stable13] Fix edit tag textbox size
This commit is contained in:
commit
577a3cf145
|
@ -43,6 +43,7 @@
|
|||
position: relative;
|
||||
input {
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue