mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
radio_button.md: Make table column widths more even
This commit is contained in:
parent
e80548c70c
commit
f0fdb40974
@ -27,9 +27,16 @@ Do **not** use radio buttons if:
|
||||
|
||||
* There are 5 and more options. Use a [drop-down list](drop_down.md):
|
||||
|
||||
| <format color="Red" style="bold">Incorrect</format> | <format color="Green" style="bold">Correct</format> |
|
||||
|-----------------------------------------------------|-----------------------------------------------------|
|
||||
| {width="189"} | {width="351"} |
|
||||
<table>
|
||||
<tr>
|
||||
<td width="40%"><format color="Red" style="bold">Incorrect</format></td>
|
||||
<td width="60%"><format color="Green" style="bold">Correct</format></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="dropdown_incorrect.png" alt="" width="189" /></td>
|
||||
<td><img src="dropdown_correct.png" alt="" width="351" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Consider using a [drop-down list](drop_down.md) if:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user