Skip to content

Commit

Permalink
feat(edit-content): fixed alignment in add persona form (#29193)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Update top of helper text

The truncated text was already fixed in a previous PR

![Screenshot 2024-07-10 at 1 05
57 PM](https://github.com/dotCMS/core/assets/144152756/8b406c2d-77b7-410c-9fed-a02ed90302d5)

Co-authored-by: Kevin Davila <kfariid@gmail.com>
  • Loading branch information
KevinDavilaDotCMS and kevindaviladev authored Jul 10, 2024
1 parent 210dc61 commit a0d05b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
font-size: $font-size-sm;
text-transform: uppercase;
position: absolute;
top: 15px;
top: $spacing-4;
right: $spacing-1;
color: $color-palette-gray-700;
display: flex;
Expand Down

0 comments on commit a0d05b5

Please sign in to comment.