Fix an issue with the Salmon Run box border

This commit is contained in:
Matt Isenhower
2018-08-01 14:44:50 -07:00
parent 2149043204
commit 0088442e7a

View File

@@ -204,8 +204,7 @@ body.has-modal #main {
padding: 5px 10px 10px;
margin-left: -5px;
margin-right: -5px;
border-radius: 8px;
border-bottom-right-radius: 27px;
border-radius: 8px 8px 27px 8px;
overflow: hidden;
line-height: 20px;