5 lines
127 B
CSS
5 lines
127 B
CSS
/* Without a width value, the button extends 100% of the form */
|
|
.scheduler-admin-form > .dropbutton-wrapper {
|
|
width: 30%;
|
|
}
|