Skip to content

Commit

Permalink
Social: Fix tags extra fields UI BT#16162
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Sep 24, 2019
1 parent 0d20999 commit f300547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Resources/public/css/base.css
Expand Up @@ -3025,15 +3025,15 @@ form .formw .freeze {
}

.label_tag {
padding: 1px 3px 2px;
padding: 4px;
margin: 2px 3px 2px 0;
background-color: #bfbfbf;
font-size: 10px;
font-weight: bold;
color: #ffffff;
border-radius: 3px;
text-align: center;
width: 155px;
float:left;
}

.label_tag.personal_event {
Expand Down

0 comments on commit f300547

Please sign in to comment.