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

20 lines
134 B
CSS

a {
min-width: initial;
}
b {
min-width: inherit;
}
c {
min-width: unset;
}
d {
min-width: 0px;
}
e {
min-width: 2em;
}