[khelpcenter] [Bug 430782] distance between word and label too small

Yuri Chornoivan bugzilla_noreply at kde.org
Tue Jan 5 19:08:21 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=430782

--- Comment #5 from Yuri Chornoivan <yurchor at ukr.net> ---
When I mentioned HTML engine, I had meant embedded KHTML. All such things in
the code are

<span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="guiitem"><span
class="guilabel">SOME LABEL</span></span>

There are no strange things in the CSS as well:

.guimenu, .guimenuitem, .guisubmenu,
.guilabel, .interface, .guibutton {
    background-color: rgb(220, 220, 220);
    color: black;
    border: 1px solid rgb(190, 190, 190);

    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

Blink in Chromium renders this fine on docs.kde.org, but if you open this page
in Konqueror...

https://docs.kde.org/trunk5/en/kde-workspace/plasma-desktop/panel.html

So this looks like a KHTML rendering problem to me.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-doc-english mailing list