11 lines
162 B
CSS
11 lines
162 B
CSS
.item-header {
|
|
.name-row {
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 1fr) min-content 50px;
|
|
gap: 4px;
|
|
|
|
.quantity {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|