Skip to content
Snippets Groups Projects
Commit 0090a3be authored by pedro f's avatar pedro f Committed by pedro f
Browse files

make analysis page responsive

parent 338bf914
No related tags found
No related merge requests found
.activity-timeline { .activity-timeline {
margin: 1em; margin: 1em;
height: 100%; height: 100%;
width: min-content;
min-width: 398.266px; min-width: 398.266px;
max-width: 75%; max-width: 75%;
font-family: monospace; font-family: monospace;
......
...@@ -10,6 +10,9 @@ table { ...@@ -10,6 +10,9 @@ table {
td, th { td, th {
border: 1px solid #1F1C1A; border: 1px solid #1F1C1A;
padding: 8px; padding: 8px;
max-width: calc(75vw - 4em);
overflow: hidden;
text-overflow: ellipsis;
} }
.table-title { .table-title {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
width: 100%; width: 100%;
min-width: max-content;
margin-bottom: 1em; margin-bottom: 1em;
flex-wrap: wrap;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment