(cherry picked from commit b7c4aaf2e0
)
merge-requests/4105/head
parent
207c634852
commit
142cdff033
|
@ -110,11 +110,6 @@ details.fieldset-no-legend {
|
|||
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 {
|
||||
width: auto;
|
||||
}
|
||||
|
|
|
@ -93,10 +93,6 @@ details.fieldset-no-legend {
|
|||
padding-inline-end: calc(2rem - var(--input-border-size));
|
||||
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 {
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue