diff options
| author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-06-07 12:18:03 -0400 |
|---|---|---|
| committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-06-07 12:18:03 -0400 |
| commit | 6cce041a907ba2c4721a9202218169d3f5db09c2 (patch) | |
| tree | fe53d0fb074c37b352e4f69c539c6fd95e4ebf84 /src/client/views/nodes/DiagramBox.scss | |
| parent | 551ef2a117325faf90fd9f8087e9ffba39f7322e (diff) | |
fix squished timeline diagram
Diffstat (limited to 'src/client/views/nodes/DiagramBox.scss')
| -rw-r--r-- | src/client/views/nodes/DiagramBox.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/views/nodes/DiagramBox.scss b/src/client/views/nodes/DiagramBox.scss index 58a98cc59..b3d50a4bd 100644 --- a/src/client/views/nodes/DiagramBox.scss +++ b/src/client/views/nodes/DiagramBox.scss @@ -13,17 +13,6 @@ flex-direction: column; align-items: center; justify-content: center; - .DIYNodeBox { - /* existing code */ - - .DIYNodeBox-iframe { - height: 100%; - width: 100%; - border: none; - - } - } - .search-bar { display: flex; flex-wrap: wrap; @@ -62,8 +51,6 @@ display: flex; justify-content: center; align-items: center; - width:100%; - height:100%; svg{ max-width: none !important; } |
