fix width for room name input

This commit is contained in:
WEBXOSS 2017-05-23 00:35:18 +08:00
parent 51a710f84c
commit 0d2e2650ea

View file

@ -418,7 +418,7 @@ ol,ul,li {
text-align: center; text-align: center;
background: transparent; background: transparent;
border: none; border: none;
widows: 15em; width: 15em;
} }
#room-host-nickname { #room-host-nickname {
color: #77d25b; color: #77d25b;