UX: prevents cooked dates from wrapping (#7954)

This commit is contained in:
Joe
2019-07-30 14:04:30 +08:00
committed by GitHub
parent 5feb342914
commit a0df4c3757

View File

@ -3,6 +3,7 @@
color: $primary; color: $primary;
cursor: pointer; cursor: pointer;
border-bottom: 1px dashed $primary-medium; border-bottom: 1px dashed $primary-medium;
white-space: nowrap;
.d-icon { .d-icon {
color: $primary; color: $primary;