Files
fredy/ui/src/components/table/ListingsTable.less

10 lines
127 B
Plaintext
Raw Normal View History

.listingsTable {
&__search {
margin-bottom: 1rem !important;
}
&__expanded {
display: flex;
gap: 1rem;
}
}