mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07: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:
parent
65636e644f
commit
23a2675665
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
.fullWidth {
|
.fullWidth {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noWrap {
|
.noWrap {
|
||||||
|
@ -78,6 +79,10 @@
|
||||||
#lastMatchDiv {
|
#lastMatchDiv {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ruleSettings {
|
||||||
|
padding: 4px 10px 4px 10px
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="RssDownloader" class="RssDownloader">
|
<div id="RssDownloader" class="RssDownloader">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue