fix popover bottom spacing
This commit is contained in:
parent
436dab6a1a
commit
8b09d2f97b
2 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
<div class="user-organization"><a href="<%- @user.organization.uiUrl() %>"><%= @user.organization.displayName() %></a></div>
|
||||
<% end %>
|
||||
<hr>
|
||||
<div>
|
||||
<% for row in @userData: %>
|
||||
<% if @user[row.name]: %>
|
||||
<div class="popover-block">
|
||||
|
|
|
@ -3603,7 +3603,8 @@ footer {
|
|||
}
|
||||
|
||||
.popover-content {
|
||||
padding: 0 17px 10px;
|
||||
padding: 0 17px;
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
|
||||
.popover.right { margin-left: 4px; }
|
||||
|
@ -3668,6 +3669,11 @@ footer {
|
|||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
.popover .two-columns,
|
||||
.popover .three-columns {
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
|
||||
.popover .column label {
|
||||
margin: 8px 0 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue