mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix input overlap off RSS downloader WebUI
The text input's in the RSS downloader window where not correctly inside their bounding box.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
.fullWidth {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.noWrap {
|
||||
@@ -78,6 +79,10 @@
|
||||
#lastMatchDiv {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#ruleSettings {
|
||||
padding: 4px 10px 4px 10px
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="RssDownloader" class="RssDownloader">
|
||||
|
||||
Reference in New Issue
Block a user