Fix redundant CSS class usage and enhance toggle-field layout
Removed the unnecessary "field-full" class from toggle-field divs in TargetsPage.jsx to simplify the layout. Updated styles.css to refine the toggle-field alignment and introduced a max-width for better control of toggle-check elements.
This commit is contained in:
@@ -319,6 +319,11 @@ button {
|
||||
|
||||
.toggle-field {
|
||||
margin-top: 2px;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.toggle-field .toggle-check {
|
||||
max-width: 520px;
|
||||
}
|
||||
|
||||
.tips p {
|
||||
|
||||
Reference in New Issue
Block a user