fix user preferences column width for notifications table (#3352)
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
This commit is contained in:
parent
ab0beac72f
commit
c07fac202d
|
@ -12,16 +12,14 @@
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 350px;
|
|
||||||
|
|
||||||
&:nth-child(2) {
|
|
||||||
max-width: 60px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: $small-view) {
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: #{breakpoint(sm)}) {
|
||||||
|
&:first-child {
|
||||||
|
width: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue