We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b6683 commit e8b7322Copy full SHA for e8b7322
components/dash-core-components/src/components/css/sliders.css
@@ -7,12 +7,16 @@
7
touch-action: none;
8
width: 100%;
9
height: 14px;
10
- padding: 8px 0 28px 0;
+ padding: 18px 0 18px 0;
11
box-sizing: border-box;
12
/* Override Radix's default margin/padding behavior */
13
--radix-slider-thumb-width: 16px;
14
}
15
16
+.dash-slider-root.has-marks {
17
+ padding: 8px 0 28px 0;
18
+}
19
+
20
.dash-slider-root[data-orientation='vertical'].has-marks {
21
padding-bottom: 0px;
22
@@ -187,7 +191,6 @@
187
191
188
192
.dash-range-slider-input {
189
193
width: 64px;
190
- margin-top: 8px;
194
text-align: center;
195
-moz-appearance: textfield;
196
0 commit comments