Browse Source

Merge pull request #8376 from nextcloud/devgals

Fix edit tag textbox size
tags/v14.0.0beta1
Morris Jobke 6 years ago
parent
commit
8a505e8767
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/systemtags.scss

+ 1
- 0
core/css/systemtags.scss View File

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

Loading…
Cancel
Save