Skip to content

Commit

Permalink
Update table-style.sass, use calc() to wrap addition
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanlister authored May 7, 2023
1 parent 882673d commit fdb1f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table-style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ div.rendered-react-keyed-file-browser
border-bottom: 0.1rem solid #eee

td.name
padding-left: $main-padding + $selection-bar-size
padding-left: calc($main-padding + $selection-bar-size)

form.renaming
display: flex
Expand Down

0 comments on commit fdb1f17

Please sign in to comment.