Skip to content

Commit

Permalink
fix: not widely supported text-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Mar 8, 2024
1 parent e0ee57f commit 7325382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/js/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
font-size: var(--flows-base-font-size);
line-height: var(--flows-base-line-height);
font-weight: 600;
text-wrap: nowrap;
white-space: nowrap;
text-decoration: none;
}
.flows-primary-btn {
Expand Down

0 comments on commit 7325382

Please sign in to comment.