Fixing table select elements

This commit is contained in:
Jesús Espino 2020-10-30 18:40:46 +01:00
parent 1479eeccfa
commit f4a0c28bda
3 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,6 @@
font-size: 14px;
line-height: 21px;
overflow: hidden;
position: relative;
.octo-icontitle {

View file

@ -114,6 +114,7 @@ class TableRow extends React.Component<Props, State> {
<PropertyValueElement
readOnly={false}
card={card}
boardTree={boardTree}
propertyTemplate={template}
emptyDisplayValue='Empty'
/>

View file

@ -1,6 +1,8 @@
.Editable {
cursor: text;
border: 0;
overflow: hidden;
text-overflow: ellipsis;
&.active {
min-width: 100px;
}