mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 13:17:20 -05:00
Merge pull request #1934 from awesomerobot/master
fixing the user column width bug on smaller browser widths
This commit is contained in:
@@ -149,13 +149,13 @@
|
||||
|
||||
@include medium-width {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@include small-width {
|
||||
.main-link {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user