Skip to content

Commit

Permalink
Fixed Layout Breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialFreak committed Oct 15, 2023
1 parent 414136a commit 1dac12e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions client/src/components/Plan.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
</Dropdown>
</div>
{:else}
<button class="no-btn-visuals">{text_segment.text}</button>
{text_segment.text}
{/if}
{/each}
</div>
Expand All @@ -405,11 +405,11 @@
</div>
<style lang="scss">
.inline-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
row-gap: .1em;
.inline-wrapper > * {
font-size: inherit;
color: var(--text-color);
white-space: pre-wrap;
word-break: break-word;
}
.info-spacer {
Expand Down Expand Up @@ -488,10 +488,6 @@
padding: 0;
margin: 0;
text-align: start;
font-size: inherit;
color: var(--text-color);
white-space: pre;
word-break: break-all;
}
.clickable {
Expand Down

0 comments on commit 1dac12e

Please sign in to comment.