mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 17:05:32 +08:00
Merge pull request #1934 from awesomerobot/master
fixing the user column width bug on smaller browser widths
This commit is contained in:
commit
cf6f983523
@ -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…
x
Reference in New Issue
Block a user