We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7028c commit 4798ea6Copy full SHA for 4798ea6
src/components/toggle/toggle.tsx
@@ -75,7 +75,10 @@ const ToggleComponent: React.FC<ToggleProps> = ({
75
<style jsx>{`
76
.toggle-label {
77
-webkit-tap-highlight-color: transparent;
78
- display: inline-block;
+ display: inline-flex;
79
+ vertical-align: middle;
80
+ white-space: nowrap;
81
+ align-items: center;
82
vertical-align: middle;
83
white-space: nowrap;
84
user-select: none;
0 commit comments