Skip to content

Commit fd39d35

Browse files
committed
Fix edit tag textbox size
Fixes nextcloud#7586 Signed-off-by: Aastha Gupta <[email protected]>
1 parent cd2e5b5 commit fd39d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/css/systemtags.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
position: relative;
4444
input {
4545
display: inline-block;
46+
height: 30px;
4647
width: calc(100% - 40px);
4748
}
4849
}

0 commit comments

Comments
 (0)