Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Fix #39
Browse files Browse the repository at this point in the history
Fixing #39
  • Loading branch information
kazzkiq committed Mar 10, 2019
1 parent 43e15ad commit 265cc7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/styles/components/main.component.scss
Expand Up @@ -280,6 +280,8 @@
color: $color-green-dark;
padding: 0.1rem 0.5rem;
border-radius: 3px;
display: inline-block;
word-break: keep-all;
}
}
}
Expand All @@ -294,4 +296,4 @@
border: 1px solid #3cb054;
box-shadow: 0 1px 5px rgba(#000, 0.1);
}
}
}

0 comments on commit 265cc7d

Please sign in to comment.