mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 06:44:31 +08:00
FIX: user about me editor too wide on mobile
This commit is contained in:
parent
88469721b9
commit
192e286b15
@ -251,4 +251,13 @@
|
|||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#pagedown-editor {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea#wmd-input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user