You are viewing limited content. For full access, please sign in.

Question

Question

How to Create a Vertical Line Break

asked on November 10, 2022

Is it possible to create a vertical line break to visually separate adjacent fields? I've included an image of what I'd like to achieve, with the desired lines being in red:

Any help to achieve this would be appreciated!

0 0

Answer

SELECTED ANSWER
replied on November 10, 2022

I've tested this CSS in both the Classic and New Designers.  Just add rightBorder or leftBorder class names to the fields you want to have the border left or right of: 

.rightBorder {border-right: solid red;}
.leftBorder {border-left: solid red;}

 

Here's a screenshot from the new designer:

3 0
replied on November 11, 2022

Wow, that couldn't have been easier, haha. Thanks so much, Matthew! 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.