Merge pull request #8408 from nextcloud/stable12-8376-devgals

[stable12] Fix edit tag textbox size
This commit is contained in:
Morris Jobke 2018-02-17 15:38:27 +01:00 committed by GitHub
commit 3ab9919cb5
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);
}
}