Skip to content

Commit f5375f3

Browse files
committed
fix(resource-info): Fix layout for long filenames
The resource info for attachments has a auto collapsing preview. Since filenames can be very long if they are hosted on remote blob storages we need to constrain the width. Signed-off-by: Thomas von Deyen <[email protected]>
1 parent ef8c010 commit f5375f3

File tree

12 files changed

+68
-25
lines changed

12 files changed

+68
-25
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/assets/builds/alchemy/dark-theme.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/assets/builds/alchemy/light-theme.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/assets/builds/alchemy/theme.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/assets/builds/alchemy/welcome.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/assets/builds/tinymce/skins/content/alchemy-dark/content.min.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/assets/builds/tinymce/skins/content/alchemy/content.min.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/_custom-properties.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
--spacing-6: 24px;
5151
--spacing-7: 28px;
5252
--spacing-8: 32px;
53+
--spacing-9: 36px;
54+
--spacing-10: 40px;
5355

5456
/* Font Families */
5557
--font-mono:

0 commit comments

Comments
 (0)