From 07db8beb5213dc6fa00b67bc48c04ca187ca05ef Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 1 Sep 2014 11:52:56 -0300 Subject: [PATCH] prevent h1 do breakline --- public/stylesheets/block_store.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/block_store.css b/public/stylesheets/block_store.css index 39f7c79..ee79e06 100644 --- a/public/stylesheets/block_store.css +++ b/public/stylesheets/block_store.css @@ -90,11 +90,11 @@ r, } #block-info-container #block-info-header h1 { - float: left; margin: 0; font-weight: normal; font-family: "Arial Black", Liberation Sans, Arial, sans-serif; margin-left: 5px; + white-space: nowrap; } #block-info-container #block-info-header p{ -- libgit2 0.21.2