Commit 2f701b3
committed
[TASK] Ensure some spacing below translation mode icons
The translation model used in the PageLayoutModule get
the available translation modes over an AJAX request
and rendering the mode rows in JavaScript.
To prepare the reduction of the mode description in
`EXT:deepltranslate_core` this change now adds
```html
style="margin-bottom: 20px;"
```
to the left mode select column for each mode to ensure
some spacing if the description text is to small.
Used command(s):
```shell
Build/Scripts/runTests.sh -t 12 \
-s buildCoreOverrideJavaScriptFiles \
&& Build/Scripts/runTests.sh -t 13 \
-s buildCoreOverrideJavaScriptFiles
```
[1] web-vision/deepltranslate-core#5121 parent 7971205 commit 2f701b3
5 files changed
Lines changed: 5 additions & 4 deletions
File tree
- Build
- Overrides
- Core12/Sources/TypeScript/backend
- Core13/Sources/TypeScript/backend/localization
- Scripts
- Resources/Public/JavaScript
- Core12
- Core13/localization
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments