aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator
diff options
context:
space:
mode:
authorcd012013-01-18 23:37:48 +0900
committercd012013-01-18 23:37:48 +0900
commitabe54a78bc9bdb6384bbed311de5dd9462e70513 (patch)
tree2310a8ff641c3134ee260574a1f2296262511743 /twittperator
parent6ef6dfb1680cea90b94cfdf6aa3a2a633ac5bfc3 (diff)
downloadvimperator-plugins-abe54a78bc9bdb6384bbed311de5dd9462e70513.tar.bz2
Fix min width in twsidebar
Diffstat (limited to 'twittperator')
-rw-r--r--twittperator/twsidebar.tw2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw
index b8a2a84..d4c097a 100644
--- a/twittperator/twsidebar.tw
+++ b/twittperator/twsidebar.tw
@@ -144,7 +144,7 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () {
<hbox flex="1">
<label class={nameClass} style="font-weight: bold">{escapeBreakers(t.name)}</label>
<spacer flex="1"/>
- <label>{t.sub || ''}</label>
+ {t.sub || ''}
</hbox>
<description flex="1" style="word-break:break-all;">{escapeBreakers(t.text)}</description>
</vbox>