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

Commit

Permalink
Set line-height inside table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Nov 16, 2023
1 parent 81bd27c commit 8e6227e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/components/Table/Table.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@use "../../styles/colors"
@use "../../styles/dimensions"
@use "../../styles/fonts"

.table
background-color: colors.$bg-primary-hover
Expand All @@ -8,7 +9,8 @@

& th, & td
border: 1px solid colors.$bg-tertiary
padding: 15px 20px
padding: 10px 20px
line-height: fonts.$line-height-normal

& th:not(:last-child), & td:not(:last-child)
border-right: none
Expand Down

0 comments on commit 8e6227e

Please sign in to comment.