blob: a970dd21dd93adfd7e612de8afafc4e09b13cf3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE HTML>
<style>
div.outer {
width: 450px;
font-size: 12px;
display: flex;
}
</style>
<div class="outer">
<div>These</div>
<div>separate</div>
<div>flex</div>
<div>items</div>
<div>shouldn't</div>
<div>be</div>
<div>inflated,</div>
<div>because</div>
<div>they</div>
<div>each</div>
<div>form</div>
<div>separate</div>
<div>formatting</div>
<div>contexts</div>
<div>and</div>
<div>should</div>
<div>therefore</div>
<div>be</div>
<div>considered</div>
<div>individually</div>
<div>when</div>
<div>evaluating</div>
<div>the</div>
<div>font</div>
<div>inflation</div>
<div>text</div>
<div>threshold.</div>
</div>
|