Fixing table select elements
This commit is contained in:
parent
1479eeccfa
commit
f4a0c28bda
3 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
font-size: 14px;
|
||||
line-height: 21px;
|
||||
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
.octo-icontitle {
|
||||
|
|
|
@ -114,6 +114,7 @@ class TableRow extends React.Component<Props, State> {
|
|||
<PropertyValueElement
|
||||
readOnly={false}
|
||||
card={card}
|
||||
boardTree={boardTree}
|
||||
propertyTemplate={template}
|
||||
emptyDisplayValue='Empty'
|
||||
/>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
.Editable {
|
||||
cursor: text;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&.active {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue