We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0d13e commit 01318ecCopy full SHA for 01318ec
web/default/style.css
@@ -217,9 +217,23 @@ label {
217
margin-bottom: 0;
218
}
219
220
+.panel-body > table {
221
+ table-layout: fixed;
222
+}
223
+
224
+/* These are wanted for all but the last child hence last child below resets these. */
225
+.panel-body > table tr td, .panel-body-accordion > table tr td {
226
+ word-wrap: break-word;
227
+ padding-right: 10px;
228
229
230
+/* 'Current version' column */
231
.panel-body > table tr td:last-child, .panel-body-accordion > table tr td:last-child {
232
width: 400px;
233
+ word-wrap: normal;
234
+ padding-right: 0px;
235
236
237
/*
238
* Changesets colorization
239
* 1 is the most recent changeset
0 commit comments