Skip to content

Commit

Permalink
Merge pull request #2829 from the-deep/fix/entry-tags
Browse files Browse the repository at this point in the history
Fix entry tags layout
  • Loading branch information
AdityaKhatri authored Mar 6, 2024
2 parents af2c7d1 + 75534f9 commit 572b933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/entry/EntryInput/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

&.compact {
--height-entry-item: initial;
--inner-width: unset;
flex-direction: column;
--inner-width: 100%;
}

.heading-section {
Expand Down Expand Up @@ -64,6 +64,7 @@

&.horizontal {
flex-direction: row;

.excerpt {
width: 100%;
max-width: 30rem;
Expand Down

0 comments on commit 572b933

Please sign in to comment.