From 7ac6f8d344ddb354d4f1fe449a75d11c6684516f Mon Sep 17 00:00:00 2001 From: Vikash Date: Wed, 2 Mar 2016 10:33:22 +0530 Subject: [PATCH] Use table layout fixed :+1: --- share/goodie/cheat_sheets/cheat_sheets.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/cheat_sheets.css b/share/goodie/cheat_sheets/cheat_sheets.css index dc227b4d9..8c1d7b249 100644 --- a/share/goodie/cheat_sheets/cheat_sheets.css +++ b/share/goodie/cheat_sheets/cheat_sheets.css @@ -16,7 +16,9 @@ width: 295px; float: left; } - +.cheatsheet__section table { + table-layout: fixed; +} .zci--cheat_sheets td { padding-bottom: 8px; } @@ -74,7 +76,6 @@ padding-top: 0px; padding-left: 7px; margin-top: 1px; - word-break: break-all; } /* reference-sheet.handlebars */