Commit 07db8beb5213dc6fa00b67bc48c04ca187ca05ef

Authored by Leandro Santos
1 parent e068a31c

prevent h1 do breakline

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/block_store.css
... ... @@ -90,11 +90,11 @@ r,
90 90 }
91 91  
92 92 #block-info-container #block-info-header h1 {
93   - float: left;
94 93 margin: 0;
95 94 font-weight: normal;
96 95 font-family: "Arial Black", Liberation Sans, Arial, sans-serif;
97 96 margin-left: 5px;
  97 + white-space: nowrap;
98 98 }
99 99  
100 100 #block-info-container #block-info-header p{
... ...