RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

Bug: Large & Largest font-size aren't compatible with download buttons

Open officeSpacePirate opened this issue 3 years ago • 0 comments

I have the allow-spec-file-download enabled and the buttons that get shown have a static width, which results in larger font-size spilling out of the element. As a work around for anyone else running into this, you can add css-file attribute to your rapi-doc and the following style to it:

.m-btn.thin-border {
    width: unset !important;
}

officeSpacePirate avatar Aug 11 '22 16:08 officeSpacePirate