Skip to content

Commit d4905d1

Browse files
committed
Regressed some changes
Added `float` back and remove an unnecessary value... Should I merge this?
1 parent 6adf35e commit d4905d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/styles/crate.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@
343343
border-collapse: collapse;
344344
display: block;
345345
overflow-x: auto;
346-
white-space: wrap;
347346

348347
th, td {
349348
border: 1px solid #dfe2e5;
@@ -469,6 +468,7 @@
469468
.small { margin-left: 20px; display: inline-block; }
470469
a.arrow {
471470
display: inline-block;
471+
float: right;
472472
}
473473
}
474474

0 commit comments

Comments
 (0)