13 lines
249 B
CSS
13 lines
249 B
CSS
![]() |
/**
|
||
|
* @file
|
||
|
* Translation styles.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Remove margin in left column in translate tab to ensure form items line up.
|
||
|
* @see /admin/structure/webform/manage/contact/translate/es/add
|
||
|
*/
|
||
|
.webform-translation-source .form-item {
|
||
|
margin: 0;
|
||
|
}
|