6 lines
81 B
SCSS
6 lines
81 B
SCSS
.list-group-item {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 48px;
|
|
}
|