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