10 lines
168 B
SCSS
10 lines
168 B
SCSS
|
.popover {
|
||
|
min-width: 300px;
|
||
|
|
||
|
.popover-body .user-popover {
|
||
|
padding: $gl-padding-8;
|
||
|
font-size: $gl-font-size-small;
|
||
|
line-height: $gl-line-height;
|
||
|
}
|
||
|
}
|