Fix: dimensions example overflow problem

pull/7738/head
Sercan Eraslan 6 years ago committed by Conduitry
parent 29bbf7d18e
commit e23459b1d1

@ -8,6 +8,7 @@
<style> <style>
input { display: block; } input { display: block; }
div { display: inline-block; } div { display: inline-block; }
span { word-break: break-all; }
</style> </style>
<input type=range bind:value={size}> <input type=range bind:value={size}>

@ -8,6 +8,7 @@
<style> <style>
input { display: block; } input { display: block; }
div { display: inline-block; } div { display: inline-block; }
span { word-break: break-all; }
</style> </style>
<input type=range bind:value={size}> <input type=range bind:value={size}>

Loading…
Cancel
Save