fix styling of renaming system tags

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-12-05 17:54:38 +01:00
parent 0478db6506
commit fccddb8787
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with 8 additions and 2 deletions

View File

@ -37,8 +37,13 @@
}
.systemtags-select2-dropdown .systemtags-rename-form {
display: inline;
margin-left: 10px;
display: inline-block;
width: calc(100% - 20px);
}
.systemtags-select2-dropdown .systemtags-rename-form input {
display: inline-block;
width: calc(100% - 40px);
}
.systemtags-select2-container {
@ -56,6 +61,7 @@
.systemtags-select2-dropdown .systemtags-item {
display: inline-block;
height: 25px;
width: 100%;
}
.systemtags-select2-dropdown .select2-result-label {