mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:15:15 +08:00
fixing the weird user space column bug on smaller browser widths
This commit is contained in:
parent
d98fee5fd4
commit
c24c60e33f
|
@ -149,13 +149,13 @@
|
||||||
|
|
||||||
@include medium-width {
|
@include medium-width {
|
||||||
.main-link {
|
.main-link {
|
||||||
width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include small-width {
|
@include small-width {
|
||||||
.main-link {
|
.main-link {
|
||||||
width: 300px;
|
max-width: 300px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user