> Go to page and Inline css and paste following code
.pridelabel {
padding-right: 4px;
background-color: whitesmoke;
border-top: 1px solid #ced4da;
border-bottom: 1px solid #ced4da;
border-left: 1px solid #ced4da;
line-height: 1.4rem;
font-weight: 600;
text-align: left;
};
> go to column and go to PRE_text then paste Following code
<span class="pridelabel" style="width:100px;"">Item Name</span>
Only change Item_name...
> Column Templete : Optional
>Go to column Layout and Column Label span is 0
============================================
// Item color
#P11_USER_ID {
width: 600px;
height: 30px;
border: double 1px transparent;
border-radius: 10px;
background-image: linear-gradient(white, white), radial-gradient(circle at top left, #44bf2e,#ede03e);
background-origin: border-box;
background-clip: content-box, border-box;
}