diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-22 13:16:57 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-22 13:16:57 -0400 |
| commit | 090d0b67dcc5148ecfbfac01cd9f1ddd3a52d8a7 (patch) | |
| tree | 49e683d4fe8a156fdca4104897e35e3490ff19c3 /src/client/views/EditableView.scss | |
| parent | 3442776999d1d7b7bced9bbed601ead637a43cc7 (diff) | |
fixed missing stacking view. made titles editable.
Diffstat (limited to 'src/client/views/EditableView.scss')
| -rw-r--r-- | src/client/views/EditableView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/EditableView.scss b/src/client/views/EditableView.scss index dfa110f8d..a5150cd66 100644 --- a/src/client/views/EditableView.scss +++ b/src/client/views/EditableView.scss @@ -17,4 +17,5 @@ } .editableView-input { width: 100%; + background: inherit; }
\ No newline at end of file |
