Skip to content

Commit

Permalink
Fix: Alignment of createdAt timestamp and user's name (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Oct 31, 2018
1 parent 14bda8a commit b4980fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/ActionControls/ActionControls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
width: 252px; // Hard-coded width to solve layout issues
}

.bcs-comment .bcs-comment-headline {
flex-flow: column wrap;
}

.bcs-comment-user-name ~ .bcs-comment-created-at {
margin: 0;
}

.ba-annotation-label ~ .ba-action-controls .ba-action-controls-draw,
.ba-annotation-label ~ .ba-action-controls .ba-action-controls-highlight {
border-left: 1px solid $see-see;
Expand Down

0 comments on commit b4980fb

Please sign in to comment.