Browse Source

Fix edit tag textbox size

Fixes #7586

Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
pull/8376/head
Aastha Gupta 9 years ago
parent
commit
fd39d35138
  1. 1
      core/css/systemtags.scss

1
core/css/systemtags.scss

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

Loading…
Cancel
Save