Learning_GTK4_tree/testsuite/css/parser/min-width.ref.css

20 lines
132 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
a {
min-width: initial;
}
b {
min-width: inherit;
}
c {
min-width: unset;
}
d {
min-width: 0;
}
e {
min-width: 2em;
}