Commit 14222b37 authored by PidgeyL's avatar PidgeyL
Browse files

word-wrap pre & add padding

parent 135fcf33
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -28,3 +28,15 @@
#actions button {
    width:100%;
}

td > div {
    padding-right: 10px;
}

pre {
   white-space: pre-wrap;       /* CSS 3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
}