Changeset 271528 in webkit
- Timestamp:
- Jan 15, 2021 12:22:41 PM (18 months ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/FontDetailsPanel.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r271458 r271528 1 2021-01-15 Patrick Angle <pangle@apple.com> 2 3 Web Inspector: Font Details sidebar - Improve line wrapping of table row titles when space is available 4 https://bugs.webkit.org/show_bug.cgi?id=219997 5 6 Reviewed by Devin Rousso. 7 8 Adjust the width of the title in each row to 105px, which provides space for both `Historical Figures` which is 9 an always-present row and `Optical Size (opsz)` which is a registed variation axis and is used in numerous 10 fonts including San Francisco. This overrides the normal fixed width of these titles of 85px, which causes these 11 and numerous other unregistered axis names and tags to wrap their title more aggresively than is stricly 12 necessary. 13 14 * UserInterface/Views/FontDetailsPanel.css: 15 (.sidebar > .panel.details.style-font > .content .details-section > .content > .group > .row.simple > .label): 16 1 17 2021-01-13 Ebrahim Byagowi <ebrahim@gnu.org> 2 18 -
trunk/Source/WebInspectorUI/UserInterface/Views/FontDetailsPanel.css
r271329 r271528 24 24 */ 25 25 26 .sidebar > .panel.details.style-font > .content .details-section > .content > .group > .row.simple > .label { 27 width: 105px; /* Width of `Historical Figures` or `Optical Size (opsz)`. */ 28 } 29 26 30 .sidebar > .panel.details.style-font > .content .details-section > .content > .group > .row.simple > .value .secondary { 27 31 color: var(--text-color-secondary);
Note: See TracChangeset
for help on using the changeset viewer.