Skip to content

Commit 7e3da1e

Browse files
committed
fix resource info value block alignment
1 parent b8903e8 commit 7e3da1e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/assets/builds/alchemy/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/stylesheets/alchemy/admin/resource_info.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
&:not(.value-block) {
6969
@include mixins.truncate(var(--form-right-column-width), $wrap: nowrap);
7070
}
71+
72+
&.value-block {
73+
display: flex;
74+
flex-direction: column;
75+
gap: var(--spacing-1);
76+
align-items: start;
77+
}
7178
}
7279

7380
&.with-icon {

0 commit comments

Comments
 (0)