Browse Source

borderBottom: "1px solid",

visuddhinanda 2 years ago
parent
commit
bcff12caf3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/components/general/EditableLabel.tsx

+ 2 - 0
dashboard/src/components/general/EditableLabel.tsx

@@ -63,6 +63,8 @@ const EditableLabelWidget = ({
           minWidth: "15em",
           resize: "none",
           overflow: "hidden",
+          borderBottom: "1px solid",
+          borderRadius: 0,
         }}
         placeholder={placeholder}
         value={textAreaValue}