We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab24d8e + 712a20f commit e56460aCopy full SHA for e56460a
src/components/app/Details.css
@@ -1,5 +1,6 @@
1
.Details {
2
display: flex;
3
+ overflow: clip;
4
flex: auto;
5
flex-direction: column;
6
}
src/components/app/ProfileName.css
@@ -16,6 +16,7 @@
16
17
.profileNameButton {
18
overflow: hidden;
19
+ min-width: 80px;
20
padding: 0 9px;
21
font-weight: 700;
22
margin-inline-end: 5px;
@@ -24,6 +25,7 @@
24
25
26
27
.profileNameButton::before {
28
+ flex-shrink: 0;
29
background-image: url(firefox-profiler-res/img/svg/edit-name-profiler.svg);
30
31
src/components/app/ProfileViewer.css
@@ -113,6 +113,8 @@
113
border-bottom: 1px solid var(--grey-30);
114
margin: 0;
115
background: var(--grey-10);
116
+ overflow-x: auto;
117
+ scrollbar-width: none;
118
119
120
.profileViewerSpacer {
0 commit comments