5 lines
69 B
SCSS
5 lines
69 B
SCSS
.Label {
|
|
box-sizing: border-box;
|
|
display: grid;
|
|
width: 100%;
|
|
}
|