1 parent 9c27b81 commit a208d36Copy full SHA for a208d36
1 file changed
html/chat-room/chat-room.html
@@ -6,6 +6,12 @@
6
7
<style>
8
9
+ :host
10
+ {display:flex;flex-direction:column;gap:10px}
11
+
12
+ chat-room-display
13
+ {flex:1}
14
15
</style>
16
17
<chat-room-hdr component=parent></chat-room-hdr>
0 commit comments