Skip to content

Commit

Permalink
fix: make more information button consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiovaresco committed Mar 4, 2024
1 parent 4bf40c2 commit 6fc2921
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -67,6 +67,7 @@ $typography: map.get(gio.$mat-theme, typography);
margin: 16px 0;
gap: 16px;
justify-content: space-between;
align-items: center;
}
.gio-connector {
&__description {
Expand All @@ -84,6 +85,7 @@ $typography: map.get(gio.$mat-theme, typography);
color: mat.get-color-from-palette(gio.$mat-space-palette, 'lighter40');
margin: 0;
white-space: pre-line;
max-width: 600px;
}
}
}

0 comments on commit 6fc2921

Please sign in to comment.