-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: overflow of text-container in gitsign/usage
#107
Comments
Update:@ltagliaferri I performed numerous permutations & combinations by modifying the content of the usage page [especially over here] & tried changing the format-type to Furthermore, performed extensive research on
The current sigstore docs is built with Nuxt which internally comes with in-built Server Side Rendering (SSR) & all of the (lazy) hydration is performed on dynamic DOM directly on Netlify before sending resources to the client, making it a tad difficult to implement external script injection which might fix the issue with a compromise of lower SEO score. The blog is being rendered from v0.10.1 of So, is there any solution?Yes, but idk if it's worth taking the shot or not. 😅 <style scoped>
.nuxt-content-container {
position: relative;
/* HERE IS THE CHANGE */
/* overflow: disabled; */
}
.nuxt-content-editor {
width: 100%;
padding: 8px;
}
</style> That package has to be updated manually as it's enabled by default. This additionally will provide more options to perform custom customization. Besides, all this hassle is also the same reason why #96 can't be performed either, as to create changes, one has to directly perform it on the library files itself, which isn't possible without importing locally. I'm still looking for other options. But as of now, I can suggest that the better way of fixing this, is to migrate the docs to a new revision of docs i.e. Docus (built on Nuxt 3) in near future.
|
Change the font-size of tables to avoid overflow of text in tables Resolves: sigstore#107 Signed-off-by: nikhilkalburgi <[email protected]>
Description
The markdown contents inside the
Detailed Gitsign Usage
page is overflowing outside of the container.Screenshots 👇🏼
Inspectable at gitsign/usage
Additionally, I've tested it locally on both big screens and mobile devices, checks out that the issue is reproducible & valid for both. ⬇️
with the only exception being medium screen devices (iPad, Tablets etc.) 👇🏼
cc: @ltagliaferri, @cpanato
OS : Ubuntu (22.04 LTS, x64) / Windows 10 Pro (x64)
Browser : Google Chrome — Version 111.0.5563.147 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: