parent
8b85a04407
commit
b7c4aaf2e0
|
@ -110,11 +110,6 @@ details.fieldset-no-legend {
|
||||||
background-position-y: 56%;
|
background-position-y: 56%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Elements must communicate width to table rendering.
|
|
||||||
* @todo revisit in https://drupal.org/node/3135457
|
|
||||||
*/
|
|
||||||
|
|
||||||
.views-ui-dialog td .form-element {
|
.views-ui-dialog td .form-element {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,10 +93,6 @@ details.fieldset-no-legend {
|
||||||
padding-inline-end: calc(2rem - var(--input-border-size));
|
padding-inline-end: calc(2rem - var(--input-border-size));
|
||||||
background-position-y: 56%;
|
background-position-y: 56%;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* Elements must communicate width to table rendering.
|
|
||||||
* @todo revisit in https://drupal.org/node/3135457
|
|
||||||
*/
|
|
||||||
.views-ui-dialog td .form-element {
|
.views-ui-dialog td .form-element {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue