Skip to content

Commit

Permalink
[common] Fix bug header border in List View
Browse files Browse the repository at this point in the history
  • Loading branch information
Basher0303 committed Mar 20, 2024
1 parent e631641 commit c1d9b23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/common/main/resources/less/listview.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,12 @@
border-bottom: @scaled-one-px-value solid @border-regular-control;
padding: 3px 6px;
position: absolute;
margin: 1px;
margin: @scaled-one-px-value;
left: 1px;
left: @scaled-one-px-value;
top: 1px;
top: @scaled-one-px-value;
width: calc(100% - 2px);
width: calc(100% - 2 * @scaled-one-px-value);
width: calc(100% - @scaled-two-px-value);
display: flex;
align-items: center;

Expand Down

0 comments on commit c1d9b23

Please sign in to comment.