From 0d2e2650ea2306185dcfcc19c7c2c58221740236 Mon Sep 17 00:00:00 2001 From: WEBXOSS Date: Tue, 23 May 2017 00:35:18 +0800 Subject: [PATCH] fix width for room name input --- css.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.css b/css.css index 56c745d..9b55f7d 100644 --- a/css.css +++ b/css.css @@ -418,7 +418,7 @@ ol,ul,li { text-align: center; background: transparent; border: none; - widows: 15em; + width: 15em; } #room-host-nickname { color: #77d25b;