@@ -66,7 +66,9 @@ export const GlobalStyleVertical = createGlobalStyle`
|
||||
-webkit-user-modify: read-write-plaintext-only;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.smooth-dnd-container.horizontal {
|
||||
|
||||
}
|
||||
|
||||
.comPlainTextContentEditable--has-placeholder::before {
|
||||
content: attr(placeholder);
|
||||
@@ -101,12 +103,7 @@ export const GlobalStyleVertical = createGlobalStyle`
|
||||
.smooth-dnd-container {
|
||||
//min-height: 100px; // Not needed, just for extra landing space
|
||||
}
|
||||
|
||||
.smooth-dnd-container.horizontal {
|
||||
white-space: break-spaces;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.react-trello-lane {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
|
||||
Reference in New Issue
Block a user