Skip to content

Commit

Permalink
FIX: Title Margins
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jan 19, 2023
1 parent 0e76bba commit cc19c42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Assets/css/automatic-action-ux.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ ul#BoardViews li:last-of-type {
color: var(--pp-green-dark);
font-weight: 600;
display: block;
margin-top: 5px;
}

.action-details > span:last-of-type {
margin-top: 10px;
}

.action-event-name span {
Expand Down

0 comments on commit cc19c42

Please sign in to comment.