From fc86ffbf807cfa6d8437bf361d55a3cf97f3123c Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 4 Aug 2021 17:32:28 -0700 Subject: [PATCH] Fix user nav styling --- src/Room.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Room.module.css b/src/Room.module.css index f1c1d81d..d54739e8 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -30,7 +30,6 @@ limitations under the License. justify-content: center; align-items: center; height: 64px; - max-width: 30%; } .header h5 { @@ -48,6 +47,7 @@ limitations under the License. position: absolute; right: 0; padding: 0 8px; + max-width: 30%; } .joinRoom {