RapiDoc
RapiDoc copied to clipboard
Bug: Large & Largest font-size aren't compatible with download buttons
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;
}