1
0
Fork 0

fix user preferences column width for notifications table (#3352)

Co-authored-by: kimsible <kimsible@users.noreply.github.com>
This commit is contained in:
Kimsible 2020-11-24 14:54:08 +01:00 committed by GitHub
parent ab0beac72f
commit c07fac202d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 6 deletions

View File

@ -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;
}
}