summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/popover.scss
blob: 2f4d30fe9234c52f13b062e7cba07be499020d67 (plain)
1
2
3
4
5
6
7
8
9
.popover {
  min-width: 300px;

  .popover-body .user-popover {
    padding: $gl-padding-8;
    font-size: $gl-font-size-small;
    line-height: $gl-line-height;
  }
}