repo: janusweb
action: commit
revision: 
path_from: 
revision_from: d1f7d8ec39754e899f244bc97f9eb635b5aedb86:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit d1f7d8ec39754e899f244bc97f9eb635b5aedb86
Author: James Baicoianu 
Date:   Sun Jan 15 00:40:05 2017 -0800

    Prevent url bar from wrapping

diff --git a/css/janusweb.css b/css/janusweb.css
index 49087a59dad2021485eb08c115e084ed22e247ff..
index ..a00062d7ef2ab4a317d74d8cd2438345c006d462 100644
--- a/css/janusweb.css
+++ b/css/janusweb.css
@@ -55,6 +55,7 @@
   left: 0;
   z-index: 500;
   margin: .4em;
+  white-space: nowrap;
 }
 .janusweb_ui_navigation .ui_button {
   padding: .6em;

-----END OF PAGE-----