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