Fix wrapping of tags in tag manager

Now long tags wrap onto multiple lines. I think they look quite good,
and we may want to consider using the same technique in the view
template.
print-window-tiddler
Jermolene 2014-11-18 14:07:00 +00:00
rodzic 302768e009
commit 002d47b4d9
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ $title$$(currentTiddler)$
</$button>
</$reveal>
\end
<table>
<table class="tc-tag-manager-table">
<tbody>
<tr>
<th><<lingo Colour/Heading>></th>

Wyświetl plik

@ -354,6 +354,10 @@ button.tc-untagged-label {
fill: <<colour tag-foreground>>;
}
.tc-tag-manager-table .tc-tag-label {
white-space: normal;
}
.tc-tag-manager-tag {
width: 100%;
}