Skip to content

Commit 7b87d2c

Browse files
committed
fix: fix slider alignment in read-only state
1 parent bbf336b commit 7b87d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/META-INF/resources/frontend/fc-toggle-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class ToggleButton extends LitElement {
352352
}
353353
354354
:host([readonly]) .slider {
355-
top: 1px;
355+
top: 2px;
356356
left: 1px;
357357
box-shadow: none;
358358
background-color: var(--lumo-contrast-40pct, var(--vaadin-background-container-strong));

0 commit comments

Comments
 (0)