Skip to content

Commit 357fe0d

Browse files
committed
[css-ui] Remove more extraneous quotes
1 parent e02388c commit 357fe0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ that has 'overflow'
657657
other than ''visible''.
658658

659659
Text can overflow for example when it is prevented from wrapping
660-
(e.g. due to '<code class="lang-css">white-space: nowrap</code>'
660+
(e.g. due to <code class="lang-css">white-space: nowrap</code>
661661
or a single word is too long to fit).
662662
Values have the following meanings:
663663

css-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,7 @@ <h3 class="heading settled" data-level="5.2" id="text-overflow"><span class="sec
22582258

22592259

22602260
<p>Text can overflow for example when it is prevented from wrapping
2261-
(e.g. due to '<code class="lang-css">white-space: nowrap</code>'
2261+
(e.g. due to <code class="lang-css">white-space: nowrap</code>
22622262
or a single word is too long to fit).
22632263
Values have the following meanings:</p>
22642264

0 commit comments

Comments
 (0)