Cidram: Aesthetic bug: Logs page stretches with non-breaking log entries.

Created on 7 Jun 2018  路  4Comments  路  Source: CIDRAM/CIDRAM

Aesthetic bug: Logs page stretches with non-breaking log entries.

(Sometimes.. Not always).

Example:

example

Creating an issue for it, because it's something I've noticed, it annoys me a bit, and I want to fix it, but it's also something I consider __low-priority__, due to being a purely aesthetic bug, rather than a functional bug, and it won't hinder normal package operation at all.

Had a quick play around with the code tonight but haven't been able to fix it yet, and running a bit short on time (starting my shift at work in the next few hours). I'll continue working on it a bit later though.

Bug Fixed

All 4 comments

Finally, you noticed it :D
I didn't create this issue earlier because this was not a functional bug. I am also trying to figure out the problem.

Solved this CSS bug.

Fix for Tally mode
td.h1 { word-break: break-all; }

Fix for Fancy mode
.s { word-break: break-all; }

Just try adding this code in CSS file.

Reason for bug: Sometimes we get a long referrer text like Yandex provides. In that case, 80% width of Right-hand column side is not followed by CSS as the referrer text is without space. Above CSS code will break those long text and then 80% width will be happily followed by any browser.

Yep. ^.^

Also, got the fix working locally. :+1:

I'll get it committed shortly.

Done. :+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eurobank picture eurobank  路  3Comments

Dibbyo456 picture Dibbyo456  路  5Comments

eurobank picture eurobank  路  3Comments

soumsps picture soumsps  路  5Comments

100percentlunarboy picture 100percentlunarboy  路  6Comments