Skip to content

Instantly share code, notes, and snippets.

@wuliupo
Last active August 29, 2015 13:57
Show Gist options
  • Save wuliupo/9757688 to your computer and use it in GitHub Desktop.
Save wuliupo/9757688 to your computer and use it in GitHub Desktop.
change cruisecontrol style
.compile-data, .compile-error-data,.compile-warn-data, .modifications-data, .modifications-evenrow, .modifications-oddrow{
white-space: normal;
word-wrap: break-word;
word-break: break-all;
max-width: 99%;
}
.compile-data, .compile-error-data,.compile-warn-data {
display: block;
}
.modifications-evenrow, .modifications-oddrow {
display: table-row;
}
.modifications-data {
display: table-cell;
max-width: 40%;
min-width: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment