Skip to content

Commit

Permalink
updating layout for server table - css only
Browse files Browse the repository at this point in the history
  • Loading branch information
wkaspryk committed Mar 11, 2024
1 parent 5c755d8 commit 9cbbc36
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,16 @@
}

p {
width: 21%;
width: 41%;
min-width: 180px;
@include ellipsis;

&:first-of-type {
width: 34.5%;
width: 31%;
margin-left: 10px;
}

&:last-child {
&:nth-child(3), &:last-child {
width: unset;
}
}
Expand Down Expand Up @@ -223,6 +224,7 @@

p {
width: 20%;
min-width: unset;

&.centered {
text-align: center;
Expand Down

0 comments on commit 9cbbc36

Please sign in to comment.