Skip to content

Commit

Permalink
FIX: Don't set assign button's height (#71)
Browse files Browse the repository at this point in the history
"we can't use flex for buttons yet" – now we can, and we do! discourse/discourse@e71f5e8

Fixes an issue with assign button height in some themes.
  • Loading branch information
CvX committed Jul 3, 2020
1 parent 5f3e6bf commit bc66691
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/stylesheets/assigns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@
}
}

// we can't use flex for buttons yet
// so this is an attempt to have a pixel perfection positioning
#topic-footer-button-assign {
height: 30px;
padding: 0 12px;

.d-button-label {
Expand Down

0 comments on commit bc66691

Please sign in to comment.