some fixes

This commit is contained in:
Gerard Burns 2024-04-08 09:22:40 +01:00
parent 906feeca46
commit 01b5c5d69a
1 changed files with 1 additions and 51 deletions

View File

@ -159,41 +159,6 @@
/>
<style>
.explanationModalContent {
max-width: 300px;
padding: 16px 12px 18px;
}
.heading {
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.divider {
border-bottom: 1px solid var(--grey-4);
margin: 12px 0 12px;
}
.section {
margin-bottom: 16px;
}
.section:last-child {
margin-bottom: 16px;
}
.section .body {
display: block;
margin-top: 5px;
}
/* BETWEEN STUFF */
/* BETWEEN STUFF */
/* BETWEEN STUFF */
.text {
flex-shrink: 0;
}
@ -207,21 +172,6 @@
box-sizing: border-box;
}
.columnName {
vertical-align: baseline;
background-color: var(--grey-3);
display: block;
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
flex-grow: 0;
flex-shrink: 1;
min-width: 0;
color: var(--grey-8);
}
.bullet {
color: var(--grey-6);
font-size: 17px;
@ -239,7 +189,7 @@
.comma {
margin-left: 2px;
color: var(--grey-6);
font-size: 20px;
font-size: 17px;
display: inline block;
margin-right: 5px;
}