mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
empty_state.md: Make table column widths even
This commit is contained in:
parent
4e9a80ff6b
commit
aefe046a78
@ -28,9 +28,16 @@ Explain the current state.
|
|||||||
|
|
||||||
The default pattern is "_No [entity] added._" If _added, created, configured_ or other such verbs act as synonyms in a particular case, use the verb _added_ for consistency.
|
The default pattern is "_No [entity] added._" If _added, created, configured_ or other such verbs act as synonyms in a particular case, use the verb _added_ for consistency.
|
||||||
|
|
||||||
| <format color="Red" style="bold">Incorrect </format> | <format color="Green" style="bold"> Correct </format> |
|
<table>
|
||||||
|-------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------|
|
<tr>
|
||||||
| {width="241"} Avoid "Nothing to show" as it is not informative. | {width="241"} |
|
<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="libraries-before.png" alt="" width="241" /> Avoid "Nothing to show" as it is not informative.</td>
|
||||||
|
<td><img src="libraries-after.png" alt="" width="241" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
Make the reason descriptive:
|
Make the reason descriptive:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user