Skip to content

Commit 0025ea9

Browse files
committed
better tippy width calc
1 parent f9893fc commit 0025ea9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

web_src/css/modules/tippy.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
[data-tippy-root] {
9-
max-width: calc(100vw - 10px);
9+
max-width: calc(100vw - 32px);
1010
}
1111

1212
.tippy-box {

web_src/css/repo.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,10 +3140,6 @@ tbody.commit-list {
31403140
padding-right: 0.5em; /* To match the alignment with the "required" label */
31413141
}
31423142

3143-
.tippy-commit-status {
3144-
max-width: calc(100vw - 16px);
3145-
}
3146-
31473143
.tippy-commit-status .ui.attached.header {
31483144
border-top: 0 !important;
31493145
}

0 commit comments

Comments
 (0)