Skip to content

Commit 9b50c96

Browse files
committed
Fixed height
1 parent c82d937 commit 9b50c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h4 class="mdl-dialog__title" data-tag="confirmTitle"></h4>
312312
<div style="width: 100%; margin-top: 5px; margin-bottom: 5px;">
313313
<p data-tag="chooseLang"></p>
314314
<div class="mdl-textfield mdl-js-textfield">
315-
<select class="mdl-textfield__input" style="width: 100%;" id="ddLang">
315+
<select class="mdl-textfield__input" id="ddLang">
316316
<option value="cs">Čeština</option>
317317
<option value="de">Deutsch</option>
318318
<option value="en">English</option>

0 commit comments

Comments
 (0)