style: tweaks on info data (#622)

This commit is contained in:
Carlos Valente
2023-11-25 22:31:09 +01:00
committed by GitHub
parent db56ac8049
commit 1ccf2108eb
@@ -5,6 +5,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
gap: 1rem; gap: 1rem;
font-size: $inner-section-text-size;
.title { .title {
white-space: nowrap; white-space: nowrap;
@@ -14,12 +15,12 @@
.selected { .selected {
min-width: max-content; min-width: max-content;
font-size: $inner-section-text-size;
color: $label-gray; color: $label-gray;
} }
} }
.description { .description {
font-size: $inner-section-text-size;
color: $label-gray; color: $label-gray;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;