mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 18:16:30 +03:00
interface: fixed typo from splitting line of classnames
This commit is contained in:
parent
6e7ea221e1
commit
ad6e87eaff
@ -229,7 +229,7 @@ export class ChatWindow extends Component {
|
||||
return (
|
||||
<div
|
||||
className={
|
||||
"overflow-y-scroll bg-white bg-gray0-d pt3 pb2 flex" +
|
||||
"overflow-y-scroll bg-white bg-gray0-d pt3 pb2 flex " +
|
||||
"flex-column-reverse relative"
|
||||
}
|
||||
style={{ height: "100%", resize: "vertical" }}
|
||||
|
Loading…
Reference in New Issue
Block a user