You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop the two classes and the now unused `dialog-checkbox` CSS, to get
the default checkbox size and layout. Neither class is being used at
runtime or in tests.
Fixescockpit-project#8916
Drop the two classes and the now unused `dialog-checkbox` CSS, to get
the default checkbox size and layout. Neither class is being used at
runtime or in tests.
Fixes#8916Closes#9177
The "Immediately Start VM" checkbox is a bit too large:
This is due to it pulling in the classes "form-control dialog-checkbox" that set height and width oddly (for a checkbox) on the #start-vm input.
Solutions (choose one):
Remove
form-control
anddialog-checkbox
on the input element'sclass
attributeIf you need the classes: in
pkg/machines/machines.less
, change height and width to unset, like so:(Unset resets the CSS value to default.)
The text was updated successfully, but these errors were encountered: