Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(table): Reorder input being cut off in Firefox.
Browse files Browse the repository at this point in the history
Closes #1132
  • Loading branch information
peter-affenzeller authored and tomheller committed Jun 18, 2020
1 parent 5f9f70e commit 5542623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/barista-components/table/src/order/order-cell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
}

.dt-simple-order-cell-data {
display: inline-flex;
display: grid;
grid-template-columns: 1fr minmax(2.5rem, auto);
align-items: center;
gap: 4px;
}

:host .dt-simple-order-column-icon {
margin-right: 4px;
width: auto;
height: 1rem;
}

Expand Down

0 comments on commit 5542623

Please sign in to comment.