Tweak New Transaction - Items page styles so content fits on narrow screens
All checks were successful
Docker Image CI / build (push) Successful in 3m5s
All checks were successful
Docker Image CI / build (push) Successful in 3m5s
This commit is contained in:
@ -176,6 +176,12 @@
|
||||
{
|
||||
string?[] classes = [
|
||||
"table__header",
|
||||
column.Align switch
|
||||
{
|
||||
Align.Center => "table__header--align-center",
|
||||
Align.End => "table__header--align-end",
|
||||
_ => null,
|
||||
},
|
||||
column.Sortable ? "table__header--sortable" : null,
|
||||
HeaderClass,
|
||||
];
|
||||
|
Reference in New Issue
Block a user