mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
12 lines
199 B
SCSS
12 lines
199 B
SCSS
.description-picker-option__button {
|
|
position: relative;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-radius: 0;
|
|
white-space: normal;
|
|
i.fa-check {
|
|
padding-left: 2px;
|
|
}
|
|
}
|