Skip to content

Commit 1a9d2a4

Browse files
committed
remove comment on styling
1 parent 8c850b4 commit 1a9d2a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/features/dashboard/components/common-table/cell-copy-text.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.copyTextIcon {
1515
margin-left: 8px;
1616
margin-top: 4px;
17-
position: relative; /* Add this to make it a positioning context for the tooltip */
17+
position: relative;
1818
}
1919

2020
.tooltip {
@@ -23,10 +23,10 @@
2323
color: white;
2424
padding: 5px 10px;
2525
border-radius: 4px;
26-
top: 100%; /* Position it right below the icon */
26+
top: 100%;
2727
left: 50%;
2828
transform: translateX(-50%);
29-
margin-top: 8px; /* Add some space between icon and tooltip */
29+
margin-top: 8px;
3030
z-index: 1000;
3131
white-space: nowrap;
3232
font-size: 12px;

0 commit comments

Comments
 (0)