linstrom/frontend-reactive/app/styles/stringArray.css
mStar e802027236 I FUCKING DID IT
Added a helper component for managing a list of strings.
This component could, in theory, also be turned into a generic one
for any type of data
2024-10-24 16:15:08 +02:00

4 lines
74 B
CSS

.string-array-element-wrapper {
display: flex;
flex-direction: row;
}