Merge pull request #13770 from vvlladd28/bug/single-switch/title

Fix incorrect card padding for title in single switch widget
This commit is contained in:
Igor Kulikov 2025-07-25 14:10:05 +03:00 committed by GitHub
commit a15b6052a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,9 +41,9 @@ $switchColorDisabled: var(--tb-single-switch-color-disabled, #D5D7E5);
}
> div.tb-single-switch-title-panel {
position: absolute;
top: 12px;
left: 12px;
right: 12px;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
.tb-single-switch-content {