docs: resize SevenSegDisplay figure - #538
Conversation
WalkthroughIn 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/chapter4/3output.md (1)
238-238: 🧹 Nitpick | 🔵 Trivial | ⚡ Quick winClean up incomplete CSS property values in the iframe
styleattribute.The RGB Led Matrix iframe contains CSS properties with no values:
border-width:; border-style: ; border-color:;. These should either be removed or assigned valid values.♻️ Proposed cleanup
- <iframe src="https://circuitverse.org/simulator/embed/rgbled-ad6e513a-6174-4d30-bd4b-a97b8934950b?theme=&display_title=false&clock_time=true&fullscreen=true&zoom_in_out=true" style="border-width:; border-style: ; border-color:;" name="myiframe" id="projectPreview" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="500" width="500" allowFullScreen></iframe> + <iframe src="https://circuitverse.org/simulator/embed/rgbled-ad6e513a-6174-4d30-bd4b-a97b8934950b?theme=&display_title=false&clock_time=true&fullscreen=true&zoom_in_out=true" name="myiframe" id="projectPreview" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="500" width="500" allowFullScreen></iframe>
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 7c84c84d-b20e-4b74-8875-37c9256c7549
📒 Files selected for processing (1)
docs/chapter4/3output.md
Summary
Fixes #494
Test
Notes
Summary by CodeRabbit