9 lines
98 B
SCSS
9 lines
98 B
SCSS
.form-blacklist-form {
|
|
&-row {
|
|
display: flex;
|
|
|
|
.column-url {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|