From 1a66329823e8294dbacbf79703bd1bb8d392df3f Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 23 May 2024 11:23:27 +0200 Subject: [PATCH] data_formats.md: Make table column widths even --- topics/ui/principles/data_formats.md | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/topics/ui/principles/data_formats.md b/topics/ui/principles/data_formats.md index b93e13d79..fcc75cc28 100644 --- a/topics/ui/principles/data_formats.md +++ b/topics/ui/principles/data_formats.md @@ -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. -| Incorrect | Correct | -|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------| -| ![](connection_incorrect.png){width="284"} | ![](connection_correct.png){width="259"} | + + + + + + + + + +
IncorrectCorrect
Place units after the input field. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](caret_incorrect.png){width="196"} | ![](caret_correct.png){width="242"} | + + + + + + + + + +
IncorrectCorrect
## Tables