fix: css for details element
This commit is contained in:
parent
9af8bf7348
commit
307f1fdedf
1 changed files with 0 additions and 2 deletions
|
@ -226,8 +226,6 @@ table tbody tr:not(:last-child) td {
|
||||||
* https://nerdy.dev/6-css-snippets-every-front-end-developer-should-know-in-2025#transition-animation-for-%3Cdetails%3E
|
* https://nerdy.dev/6-css-snippets-every-front-end-developer-should-know-in-2025#transition-animation-for-%3Cdetails%3E
|
||||||
*/
|
*/
|
||||||
details {
|
details {
|
||||||
inline-size: 50ch;
|
|
||||||
|
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
@media (prefers-reduced-motion: no-preference) {
|
||||||
interpolate-size: allow-keywords;
|
interpolate-size: allow-keywords;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue