Skip to content

Commit

Permalink
fix header overflow (#1648)
Browse files Browse the repository at this point in the history
Co-authored-by: magsyg <[email protected]>
  • Loading branch information
magsyg and magsyg authored Jan 2, 2025
1 parent ce08b37 commit 2fba039
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/src/Components/Table/Table.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,13 @@ th {

.sortable_th {
cursor: pointer;
position: relative;
transition: 0.2s;
}

.sort_icons {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
float: right;

position: absolute;
right: 0;
.icon {
background-color: transparent;
padding: 2px;
Expand Down

0 comments on commit 2fba039

Please sign in to comment.