5 lines
127 B
CSS
Raw Normal View History

2021-07-27 14:46:32 +02:00
/* Without a width value, the button extends 100% of the form */
.scheduler-admin-form > .dropbutton-wrapper {
width: 30%;
}