Skip to content

Commit

Permalink
Merge pull request #2961 from ONLYOFFICE/fix/bug-border-header-listview
Browse files Browse the repository at this point in the history
[common] Fix border header listview
  • Loading branch information
JuliaRadzhabova authored Apr 24, 2024
2 parents 82b3152 + 8d96b3d commit 6698eee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/common/main/resources/less/listview.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,16 @@
top: @scaled-one-px-value;
width: calc(100% - 2px);
width: calc(100% - @scaled-two-px-value);
border-top-left-radius: 1px;
border-top-right-radius: 1px;
display: flex;
align-items: center;


.pixel-ratio__2_5 & {
left: calc(@scaled-one-px-value + 0.05px);
top: calc(@scaled-one-px-value + 0.05px);
}

label {
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 6698eee

Please sign in to comment.