mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09: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 (
|
return (
|
||||||
<div
|
<div
|
||||||
className={
|
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"
|
"flex-column-reverse relative"
|
||||||
}
|
}
|
||||||
style={{ height: "100%", resize: "vertical" }}
|
style={{ height: "100%", resize: "vertical" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user