mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
🐛 Fix wrap and nowrap spelling issues
This commit is contained in:
parent
216d101e56
commit
89fbe28ed1
@ -118,13 +118,13 @@
|
||||
[:*
|
||||
[:button.tooltip.tooltip-bottom
|
||||
{:class (dom/classnames :active (= wrap-type :nowrap))
|
||||
:alt "Nowrap"
|
||||
:alt "No wrap"
|
||||
:on-click #(set-wrap :nowrap)
|
||||
:style {:padding 0}}
|
||||
[:span.no-wrap i/minus]]
|
||||
[:button.wrap.tooltip.tooltip-bottom
|
||||
{:class (dom/classnames :active (= wrap-type :wrap))
|
||||
:alt "wrap"
|
||||
:alt "Wrap"
|
||||
:on-click #(set-wrap :wrap)}
|
||||
i/auto-wrap]])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user