mirror of
https://github.com/eugeny/tabby
synced 2025-12-04 14:55:33 +00:00
14 lines
151 B
SCSS
14 lines
151 B
SCSS
.list-group {
|
|
max-height: 70vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
.icon {
|
|
width: 1.25rem;
|
|
margin-right: 0.25rem;
|
|
}
|
|
|
|
.title {
|
|
margin-left: 10px;
|
|
}
|