mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 01:14:14 +08:00
Fix setup cell outputs not getting collapsed
This commit is contained in:
parent
561b73af7b
commit
f505de5735
1 changed files with 4 additions and 0 deletions
|
@ -134,6 +134,10 @@ server in solely client-side operations.
|
|||
@apply hidden;
|
||||
}
|
||||
|
||||
[data-el-outputs-container] {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
[data-el-cell-indicator] {
|
||||
@apply bg-gray-50 border-gray-200 text-gray-500;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue