-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
46 lines (42 loc) · 1.77 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ul {
list-style-type: none !important;
padding: 0;
margin: 0;
width: 100%;
}
.list-item {
position: relative !important; /* Use relative positioning to prevent overlapping */
width: 100% !important;
padding: 10px 0 !important; /* Add some padding for better spacing */
box-sizing: border-box !important; /* Ensure padding is included in the width calculation */
display: flex !important; /* Use flexbox to handle child alignment */
align-items: flex-start !important; /* Align items to the start to allow for varying heights */
flex-direction: column !important; /* Ensure the content stacks vertically */
height: auto !important; /* Ensure height is auto-adjusted */
min-height: auto !important; /* Ensure min-height is also auto-adjusted */
}
.tooltip-hover-target {
display: flex !important;
flex-direction: row !important;
width: 100% !important; /* Ensure it takes full width */
}
.st-emotion-cache-87mhkc.e1gc5fo22 {
flex: 1 !important; /* Allow the container to take up available space */
height: auto !important; /* Ensure height is auto-adjusted */
}
.st-emotion-cache-sy3zga.e1gc5fo21 {
white-space: normal !important; /* Allow text to wrap to the next line */
word-wrap: break-word !important; /* Break long words to fit within the container */
overflow: visible !important; /* Ensure overflow content is visible */
line-height: 1.5 !important; /* Improve readability with adequate line spacing */
height: auto !important; /* Ensure height is auto-adjusted */
font-size: 0.75em !important; /* 14px/16=0.875em */
}
.st-emotion-cache-1o2fhjg {
display: flex;
-webkit-box-align: center;
align-items: center;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #e9e9e9;
}