Skip to content

Commit

Permalink
Reverted Unwanted Changes
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
  • Loading branch information
Wise-Wizard committed Jan 19, 2024
1 parent 483de0a commit 6001589
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
23 changes: 0 additions & 23 deletions packages/jaeger-ui/src/components/DependencyGraph/dag.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,6 @@
position: relative;
}

.DAG--zoomWrapper {
width: 1500px;
height: 680px;
position: relative;
margin-top: -120px;
}

.DAG--zoomButton {
background: #ccc;
color: #888;
cursor: pointer;
font-size: 1.8em;
line-height: 0;
padding: 0.8rem 0.5rem;
position: relative;
margin-left: 15px;
margin-top: 20px;
}

button:hover {
background: #ddd;
}

.DAG--dag {
background: #fafafa;
stroke-width: 0.85;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,6 @@ limitations under the License.
right: 0;
top: 0;
}
.TraceDiffGraph--zoomWrapper {
width: 1250px;
height: 1250px;
position: relative;
margin-top: -350px;
margin-right: 0px;
padding-bottom: 0px;
}

.TraceDiffGraph--zoomButton {
background: #ccc;
color: #888;
cursor: pointer;
font-size: 1.8em;
line-height: 0;
padding: 0.8rem 0.5rem;
position: relative;
margin-left: 15px;
}

button:hover {
background: #ddd;
}

.TraceDiffGraph--errorsWrapper {
background: #eee;
Expand Down

0 comments on commit 6001589

Please # to comment.