Merge pull request #8407 from nextcloud/stable13-8376-devgals

[stable13] Fix edit tag textbox size
This commit is contained in:
Morris Jobke 2018-02-17 15:38:34 +01:00 committed by GitHub
commit 577a3cf145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}