Merge pull request #8376 from nextcloud/devgals

Fix edit tag textbox size
pull/8456/head
Morris Jobke 8 years ago committed by GitHub
commit 8a505e8767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/css/systemtags.scss

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

Loading…
Cancel
Save