From bac5df53b2363fbf79ffe8531073b8418c543e20 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 29 Jul 2019 23:38:50 +0200 Subject: make participant input of 100% width --- default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default.css b/default.css index 3199fe4..9b6dfe8 100644 --- a/default.css +++ b/default.css @@ -374,3 +374,8 @@ div#languageChooser li { display: inline; } +input#add_participant_input { + width: 100%; + border: solid 1px; + +} -- cgit v1.2.3