Skip to content

Commit

Permalink
exp card nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikStar committed Nov 28, 2024
1 parent 018cd3c commit ea8a85a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ ul.bodyNavButtonsContainer li:last-child {
}

.experimentCardContent div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 7px;
}

Expand Down

0 comments on commit ea8a85a

Please sign in to comment.