Skip to content

Commit

Permalink
fixed weird rendering due to tiny font size
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski committed Jun 30, 2023
1 parent 3d6b9a6 commit fc84342
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/FlowFormattingUX.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ const FlowFormattingUX = forwardRef(function FlowFormattingUX(
<Col xs={6} className="p-0 m-0">
<InputGroup.Text
id="label"
className="bg-dark p-0 m-0 rounded-0 border-secondary"
className="bg-dark h-100 p-0 m-0 rounded-0 border-secondary"
>
<p className="fs-7 text-light w-100 text-wrap text-center p-0 m-0">
x-spacing
Expand Down Expand Up @@ -464,7 +464,7 @@ const FlowFormattingUX = forwardRef(function FlowFormattingUX(
<Col xs={6} className="p-0 m-0">
<InputGroup.Text
id="label"
className="bg-dark p-0 m-0 rounded-0 border-secondary"
className="bg-dark h-100 p-0 m-0 rounded-0 border-secondary"
>
<p className="fs-7 text-light w-100 text-wrap text-center p-0 m-0">
y-spacing
Expand Down Expand Up @@ -537,17 +537,17 @@ const FlowFormattingUX = forwardRef(function FlowFormattingUX(
variant="outline-success"
className="rounded-0 p-0 m-0"
>
<p className="fs-10 text-light w-100 text-nowrap text-center p-0 m-0">
<p className="fs-7 text-light w-100 text-nowrap text-center p-0 m-0">
On
</p>
</ToggleButton>
<ToggleButton
id="moveAnnosToggleOff"
value={false}
variant="outline-danger"
className="rounded-0 fs-10 text-center p-0 m-0"
className="rounded-0 text-center p-0 m-0"
>
<p className="fs-10 text-light w-100 text-nowrap text-center p-0 m-0">
<p className="fs-7 text-light w-100 text-nowrap text-center p-0 m-0">
Off
</p>
</ToggleButton>
Expand All @@ -559,9 +559,9 @@ const FlowFormattingUX = forwardRef(function FlowFormattingUX(
<Col xs={7} className="p-0 ">
<InputGroup.Text
id="label"
className="bg-dark p-0 rounded-0 border-secondary"
className="bg-dark h-100 p-0 m-0 rounded-0 border-secondary"
>
<p className="fs-10 text-light w-100 text-nowrap text-center p-0 m-0">
<p className="fs-7 text-light w-100 text-nowrap text-center p-0 m-0">
Annotations
<br /> x-shift
</p>
Expand All @@ -585,9 +585,9 @@ const FlowFormattingUX = forwardRef(function FlowFormattingUX(
<Col xs={7} className="p-0 m-0">
<InputGroup.Text
id="label"
className="bg-dark p-0 m-0 rounded-0 border-secondary"
className="bg-dark h-100 p-0 m-0 rounded-0 border-secondary"
>
<p className="fs-10 text-light w-100 text-nowrap text-center p-0 m-0">
<p className="fs-7 text-light w-100 text-nowrap text-center p-0 m-0">
Annotations
<br /> y-shift
</p>
Expand Down

0 comments on commit fc84342

Please sign in to comment.