Skip to content

Commit

Permalink
front: oprationnalstudies: adds label maxlength, maxwidth and elipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohh committed Nov 29, 2023
1 parent 0cad35c commit 3049eca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/src/modules/project/styles/_projectCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
border-radius: 4px;
padding: 0 0.25rem;
transition: 0.2s;
max-width: 30%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
&:hover {
opacity: 0.65;
Expand Down
3 changes: 3 additions & 0 deletions front/src/modules/scenario/styles/_scenarioCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
border-radius: 4px;
padding: 0 0.25rem;
transition: 0.2s;
max-width: 30%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
&:hover {
opacity: 0.65;
Expand Down
3 changes: 3 additions & 0 deletions front/src/modules/study/styles/_studyCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
border-radius: 4px;
padding: 0 0.25rem;
transition: 0.2s;
max-width: 30%;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
&:hover {
opacity: 0.65;
Expand Down

0 comments on commit 3049eca

Please sign in to comment.