We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dee1dc + b54751d commit 66f4242Copy full SHA for 66f4242
static/css/article.css
@@ -85,6 +85,9 @@
85
86
.source,
87
.destination {
88
+ display: flex;
89
+ flex-direction: row;
90
+ flex-wrap: wrap;
91
align-items: flex-start;
92
gap: 8px;
93
padding: 10px 16px;
@@ -95,15 +98,17 @@
95
98
color: #4a5568;
96
99
width: 100%;
97
100
min-height: 44px;
101
+ word-break: break-word;
102
+ overflow-wrap: anywhere;
103
+ box-sizing: border-box;
104
}
105
106
.source-text,
107
.destination-text {
- word-wrap: break-word;
- overflow-wrap: break-word;
- hyphens: auto;
108
+ flex: 1 1 100%;
109
line-height: 1.5;
- flex: 1;
110
111
112
113
114
.source::before {
0 commit comments