Fix systemtagsfilelist unwanted margin and clean aera a bit

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2016-11-22 09:34:35 +01:00 committed by John Molakvoæ (skjnldsv)
parent d89143524b
commit 6bcb6e08be
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
*/
#app-content-systemtagsfilter .select2-container {
width: 30%;
margin-left: 10px;
}
#app-content-systemtagsfilter .select2-choices {
@ -19,7 +20,6 @@
box-sizing: content-box;
border-radius: 3px;
border: 1px solid #ddd;
margin: 3px 3px 3px 0;
padding: 0;
min-height: auto;
}