mStar
e802027236
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
4 lines
74 B
CSS
4 lines
74 B
CSS
.string-array-element-wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|