Skip to content

Commit

Permalink
no text overflow using padding
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Mar 26, 2024
1 parent ccfea83 commit 3f3bbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/challengeObject.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0 5px 5px;
padding: 0 5px 5px;
}

.compact.challenge > .group > p.type {
margin: 0px 5px 0;
padding: 0px 5px 0;
color: var(--light3);
text-transform: capitalize;
max-width: 100%;
Expand Down

0 comments on commit 3f3bbb9

Please sign in to comment.