6 lines
76 B
CSS
6 lines
76 B
CSS
table td .list-actions {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
gap: 8px;
|
|
}
|