WebUI: Fix path input layout in torrent creator

PR #23345.
This commit is contained in:
tehcneko
2025-10-07 02:35:47 +08:00
committed by GitHub
parent e78b392c7b
commit d5c173be16

View File

@@ -3,8 +3,8 @@
text-align: center; text-align: center;
} }
#createTorrentForm input[type="text"], #createTorrentForm table input[type="text"],
#createTorrentForm textarea, #createTorrentForm table textarea,
#createTorrentForm table { #createTorrentForm table {
width: 100%; width: 100%;
} }