mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-07 09:04:06 +00:00
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.
This commit is contained in:
parent
302768e009
commit
002d47b4d9
@ -37,7 +37,7 @@ $title$$(currentTiddler)$
|
|||||||
</$button>
|
</$button>
|
||||||
</$reveal>
|
</$reveal>
|
||||||
\end
|
\end
|
||||||
<table>
|
<table class="tc-tag-manager-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th><<lingo Colour/Heading>></th>
|
<th><<lingo Colour/Heading>></th>
|
||||||
|
@ -354,6 +354,10 @@ button.tc-untagged-label {
|
|||||||
fill: <<colour tag-foreground>>;
|
fill: <<colour tag-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-tag-manager-table .tc-tag-label {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-tag-manager-tag {
|
.tc-tag-manager-tag {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user