Skip to content

Commit

Permalink
Fix CSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gfaudriga committed Apr 8, 2024
1 parent c889418 commit d093d38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Schema.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default {
.full-schema {

/* Useful for debugging the component. */
display: none;
font-size: x-small;
opacity: 0.4;
font-weight: lighter;
Expand Down Expand Up @@ -162,6 +163,8 @@ export default {
/* maximal absolute card height */
max-height: 150px;

gap: 20px;

}

.schema >>> .ld-card__row .text_column {
Expand Down Expand Up @@ -204,9 +207,7 @@ export default {
color: var(--color-main-text);

/* settings for truncating single line text */
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow-x: auto;

}
Expand Down

0 comments on commit d093d38

Please sign in to comment.