Tiddlywiki5: Overflowing text in Ctrlpanel

Created on 4 May 2017  路  5Comments  路  Source: Jermolene/TiddlyWiki5

Theme Tweak: Sidebar layout: Fixed story, fluid sidebar

(regular 14" monitor)

image

All 5 comments

The issue is this CSS in vanilla / base.tid:

.tc-menu-list-item {
    white-space: nowrap;
}

Imho, neither should the description be forced on one line, nor should it be on the same line as the label.

may be:

.tc-tab-content.tc-vertical {
  overflow: auto;
}

will help to

It does. However, I guess horizontal scrolling is possibly among the top entries on a web-designer's don't-list, Btw. kudos for the Firefox plugin.

horizontal scrolling

yea ... may be overflow-x: auto may do the trick too.

Thanks @pmario @tobibeer a fix would be welcome - as far as I know, this problem affects all content within vertical tabs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AnthonyMuscio picture AnthonyMuscio  路  4Comments

TiddlyTweeter picture TiddlyTweeter  路  3Comments

dubiouscript picture dubiouscript  路  6Comments

saqimtiaz picture saqimtiaz  路  5Comments

diego898 picture diego898  路  5Comments