diff --git a/core/ui/ImportListing.tid b/core/ui/ImportListing.tid index d66cc5d2c..a2c371807 100644 --- a/core/ui/ImportListing.tid +++ b/core/ui/ImportListing.tid @@ -49,10 +49,10 @@ title: $:/core/ui/ImportListing <$reveal type="nomatch" state=<> text="yes" tag="div"> <$reveal type="nomatch" state=<> text="yes" tag="div" class="tc-flex"> -<$button class="tc-btn-invisible tc-btn-dropdown tc-flex-grow-1" set=<> setTo="yes"> +<$button class="tc-btn-invisible tc-btn-dropdown tc-flex-grow-1 tc-word-break" set=<> setTo="yes"> {{$:/core/images/right-arrow}}<$text text={{{[subfilter]}}}/> -<$button class="tc-btn-invisible tc-small-gap-left" set=<> setTo="yes" tooltip={{{[addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}} +<$button class="tc-btn-invisible" set=<> setTo="yes" tooltip={{{[addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}} <$reveal type="match" state=<> text="yes" tag="div"> <$button class="tc-btn-invisible tc-btn-dropdown" set=<> setTo="no"> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4e44bcc1b..aad261a08 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -2055,6 +2055,18 @@ html body.tc-body.tc-single-tiddler-window { width: 100%; } +.tc-import-table svg.tc-image-edit-button { + max-width: unset; +} + +.tc-import-table th:first-of-type { + width: 10%; +} + +.tc-import-table th:last-of-type { + width: 30%; +} + /* ** Alerts */ @@ -2847,3 +2859,7 @@ select { .tc-big-gap-right { margin-right: 1em; } + +.tc-word-break { + word-break: break-all; +} \ No newline at end of file