Issue #3361465 by Spokje: Remove outdated @todo's pointing to #3135457

merge-requests/3825/head
Dave Long 2023-06-16 14:57:24 +01:00
parent 8b85a04407
commit b7c4aaf2e0
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
2 changed files with 0 additions and 9 deletions

View File

@ -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;
}

View File

@ -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;
}