Fix edit tag textbox size

Fixes #7586

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
This commit is contained in:
Aastha Gupta 2018-02-15 17:34:42 +05:30
parent 245ededfb4
commit 39a5136929
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
position: relative;
input {
display: inline-block;
height: 30px;
width: calc(100% - 40px);
}
}