Reducing size between table and header/toggle

This commit is contained in:
softsimon
2022-08-29 21:51:42 +02:00
parent 676e83a872
commit 19d78ca519
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
.formRadioGroup {
@media (min-width: 435px) {
float: right;
position: relative;
position: absolute;
right: 0;
top: -46px;
}
@media (max-width: 435px) {