mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 20:51:28 +00:00
headlines subtoolbar: prevent wrapping (closes #219)
This commit is contained in:
@@ -3916,7 +3916,7 @@
|
||||
$tid = "headlineActionsBottom";
|
||||
}
|
||||
|
||||
print "<table class=\"$class\" id=\"$tid\"
|
||||
print "<nobr><table class=\"$class\" id=\"$tid\"
|
||||
width=\"100%\" cellspacing=\"0\" cellpadding=\"0\"><tr>";
|
||||
|
||||
if ($rtl_content) {
|
||||
@@ -4088,7 +4088,7 @@
|
||||
print "</span>";
|
||||
|
||||
print "</td>";
|
||||
print "</tr></table>";
|
||||
print "</tr></table></nobr>";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user