mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 11:58:41 +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 {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user