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 {