14 lines
221 B
CSS
14 lines
221 B
CSS
/**
|
|
* @file
|
|
* Admin settings styles
|
|
*/
|
|
|
|
/**
|
|
* Dialog test button.
|
|
* @see /admin/structure/webform/manage/{webform}/settings
|
|
*/
|
|
.webform-settings-form .webform-dialog.button {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
}
|