Skip to content

Commit

Permalink
fix user preferences column width for notifications table (#3352)
Browse files Browse the repository at this point in the history
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
  • Loading branch information
kimsible and kimsible authored Nov 24, 2020
1 parent ab0beac commit c07fac2
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@

& > div {
padding: 10px;
width: 350px;

&:nth-child(2) {
max-width: 60px !important;
&:first-child {
width: 350px;
}

@media screen and (max-width: $small-view) {
width: auto;

@media screen and (max-width: #{breakpoint(sm)}) {
&:first-child {
width: auto;
flex-grow: 1;
}
}
Expand Down

0 comments on commit c07fac2

Please sign in to comment.