mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
a033df6932
commit
39e654cb03
9 changed files with 20 additions and 17 deletions
|
@ -54,7 +54,7 @@ define(['dialogHelper', 'layoutManager', 'globalize', 'material-icons', 'css!./s
|
|||
|
||||
html += '<form>';
|
||||
|
||||
html += '<div class="inputContainer">';
|
||||
html += '<div class="inputContainer" style="margin-bottom:0;">';
|
||||
html += '<input is="emby-input" type="text" autoFocus class="txtPromptValue" value="' + (options.value || '') + '" label="' + (options.label || '') + '"/>';
|
||||
|
||||
if (options.description) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue