Skip to content

Commit

Permalink
style: enable flex-wrap in server panel for better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 12, 2024
1 parent 495b476 commit fa23924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenoh-ts/examples/chat/assets/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {

.server-panel {
display: flex;
flex-wrap: wrap; /* Allow wrapping */
align-items: center;
padding: 10px;
background-color: #f0f0f0;
Expand Down

0 comments on commit fa23924

Please sign in to comment.