proper bottom spacing in user popover
This commit is contained in:
parent
4ffd8499a7
commit
f5d167950d
1 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,9 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
/* popover styles load on-demand, so we need to override */
|
/* popover styles load on-demand, so we need to override */
|
||||||
/* stylelint-disable block-no-empty */
|
/* stylelint-disable block-no-empty */
|
||||||
.user-popover{
|
.user-popover {
|
||||||
|
margin-bottom: 0.6em;
|
||||||
|
|
||||||
.user-card-inner {
|
.user-card-inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue