mirror of
https://github.com/discourse/discourse.git
synced 2025-03-11 15:35:44 +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 {
|
||||
.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