Skip to content

Commit

Permalink
Center-align simple-v-table column headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jan 19, 2024
1 parent 051aeb4 commit 9239d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/re_com/simple_v_table.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
:class (str "rc-simple-v-table-column-header-item " (get-in parts [:simple-column-header-item :class]))
:width (px width)
:justify justify
:align :center
:style (merge
{:padding "0px 12px"
:min-height "24px"
Expand Down

0 comments on commit 9239d35

Please sign in to comment.