Skip to content

Commit

Permalink
alignment and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Dec 13, 2024
1 parent 7ca2fa9 commit 91a93ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cursor: pointer;
position: relative;
display: flex;
align-items: flex-start;
align-items: center;
}

.wdk-CollapsibleSectionHeader:before {
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/wdk-client/src/Views/Records/Record.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ h2.wdk-RecordNavigationSectionHeader {

.wdk-CollapsibleSectionHeader:before {
content: '\f107'; /* angle-down */
margin-right: 2ex;
margin-right: 1ex;
width: 1ex;
transition: transform 150ms;
}
Expand Down

0 comments on commit 91a93ee

Please sign in to comment.