app/assets/stylesheets/application.css in tailog-0.4.6 vs app/assets/stylesheets/application.css in tailog-0.4.7

- old
+ new

@@ -41,13 +41,16 @@ } .dl-horizontal dt { width: 320px; padding-right: 20px; + overflow-x: scroll; + text-overflow: initial; } .dl-horizontal dd { margin-left: 320px; + word-break: break-all; } .dl-hover dt:hover + dd, .dl-hover dd:hover { background: #EEE; }