Merge pull request #1354 from resmo/fix/ui-div-filter-width

UI: improve filter dropdown widthGiving a little more space to fix new line, see [after and before](https://photos.google.com/share/AF1QipP6ZeMO4B_fSLCBocr0MQmgbbq3gAf0vDY8Hy4YjUgqLH_VY8vpP2y5U6RMWL9Vfw?key=ZFVxcjUxcXZvVmZGTTQzOER6VUxYWENVODJfXzhB)

* pr/1354:
  UI: improve filter dropdown width

Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
Remi Bergsma 2016-01-23 19:54:04 +01:00
commit 02ca92e0a7

View File

@ -3554,7 +3554,7 @@ div.toolbar div.section-switcher div.section-select label {
/*Breadcrumbs*/
div.toolbar div.filters {
margin: 5px 0px 0 12px;
width: 168px;
width: 200px;
float: left;
}