Skip to content

Commit

Permalink
breadcrump-ocupa-largura-tela
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi-gandine authored and lpirola committed Sep 4, 2024
1 parent 37a9a4a commit d90fffd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ul {
align-items: center;
display: flex;
flex-wrap: wrap;
flex-wrap: nowrap;
gap: size(5);
max-width: size(1170);
padding: size(8) size(10);
Expand Down Expand Up @@ -65,6 +65,7 @@

li:last-child {
font-weight: bold;
flex: 1;

&::after {
content: none;
Expand All @@ -77,7 +78,6 @@
text-transform: uppercase;
font-size: size(14);
white-space: nowrap;
max-width: size(400);
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit d90fffd

Please sign in to comment.