Skip to content

Commit

Permalink
Use white-space: nowrap instead
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Dec 3, 2019
1 parent 189207d commit 467c918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/Parameters.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
padding: 0 12px 6px 0;
vertical-align: top;
z-index: 1;
white-space: nowrap;

.drag-handle {
padding: 0 5px;
Expand All @@ -20,7 +21,6 @@

&.parameter-dragged {
box-shadow: 0 4px 9px -3px rgba(102, 136, 153, 0.15);
width: auto !important;
}
}

Expand Down

0 comments on commit 467c918

Please sign in to comment.