Commit 8847fa9
Fix clipped Hyperlink focus rectangle on Typography page (#2061)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
This PR adds a top margin to prevent the Hyperlink focus rectangle from
being clipped on the Typography page.
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->
Fixes #1928.
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
Manually ran the app and confirmed the change.
## Screenshots (if appropriate):
Current:
<img width="847" height="149" alt="image"
src="https://github.com/user-attachments/assets/7c5a9c8e-2953-4c79-acba-ef1470ce43af"
/>
New:
<img width="851" height="142" alt="image"
src="https://github.com/user-attachments/assets/6095e641-5ae9-4809-b5db-9c4197e29a2b"
/>
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
Co-authored-by: Niels Laute <[email protected]>1 parent 06d8c16 commit 8847fa9
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | | - | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments