Remove margin-right from #topbar.actions

If this is nonzero, content from div.title can overflow into the right margin of the buttons.
This commit is contained in:
Felix Eckhofer 2014-03-05 09:06:14 +01:00
parent 44feb0411a
commit aa4a78d7eb

View file

@ -151,7 +151,7 @@ input[type=text], input[type=password], .badge {
#topbar .actions {
margin-left: 5px;
padding-left: 5px;
margin-right: 5px;
margin-right: 0;
padding-right: 5px;
padding-top: 2px;
height: 35px;