1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

set plugin list name width same as preferences table

This commit is contained in:
Andrew Dolgov
2021-03-07 08:29:47 +03:00
parent d6fd0d5462
commit 77b5201b7d
6 changed files with 6 additions and 6 deletions

View File

@@ -1538,7 +1538,7 @@ body.ttrss_prefs ul.prefs-plugin-list li > * {
body.ttrss_prefs ul.prefs-plugin-list li label.checkbox {
display: flex;
align-items: center;
min-width: 200px;
min-width: 300px;
cursor: pointer;
}
body.ttrss_prefs ul.prefs-plugin-list li label.checkbox.system {