Skip to content

Commit

Permalink
Merge pull request thelounge#537 from thelounge/astorije/fix-border-r…
Browse files Browse the repository at this point in the history
…adius

Fix accidentally removed border-radius
  • Loading branch information
maxpoulin64 authored Aug 1, 2016
2 parents 9ffdd79 + bf462ab commit ffc0fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ button {
border-radius: 2px;
bottom: 4px;
left: 220px;
overflow: hidden; /* Without this, border-radius has no effect */
position: absolute;
right: 5px;
top: 4px;
Expand Down

0 comments on commit ffc0fe5

Please sign in to comment.