mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
data_formats.md: Make table column widths even
This commit is contained in:
parent
107425b66b
commit
1a66329823
@ -213,15 +213,29 @@ All numeric values should be given a unit or clearly labeled if they do not have
|
||||
|
||||
Select the most convenient units.
|
||||
|
||||
| <format color="Red" style="bold">Incorrect </format> | <format color="Green" style="bold"> Correct </format> |
|
||||
|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|
|
||||
| {width="284"} | {width="259"} |
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%"><format color="Red" style="bold">Incorrect</format></td>
|
||||
<td width="50%"><format color="Green" style="bold">Correct</format></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="connection_incorrect.png" alt="" width="284" /></td>
|
||||
<td><img src="connection_correct.png" alt="" width="259" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Place units after the input field.
|
||||
|
||||
| <format color="Red" style="bold">Incorrect</format> | <format color="Green" style="bold">Correct</format> |
|
||||
|-----------------------------------------------------|-----------------------------------------------------|
|
||||
| {width="196"} | {width="242"} |
|
||||
<table>
|
||||
<tr>
|
||||
<td width="50%"><format color="Red" style="bold">Incorrect</format></td>
|
||||
<td width="50%"><format color="Green" style="bold">Correct</format></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="caret_incorrect.png" alt="" width="196" /></td>
|
||||
<td><img src="caret_correct.png" alt="" width="242" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Tables
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user