Fix edit tag textbox size
Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
This commit is contained in:
parent
cd2e5b549c
commit
fd39d35138
|
@ -43,6 +43,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
input {
|
input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
height: 30px;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue