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;
justify-content: space-between;
gap: 1rem;
font-size: $inner-section-text-size;
.title {
white-space: nowrap;
@@ -14,12 +15,12 @@
.selected {
min-width: max-content;
font-size: $inner-section-text-size;
color: $label-gray;
}
}
.description {
font-size: $inner-section-text-size;
color: $label-gray;
white-space: nowrap;
overflow: hidden;