mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-08-10 02:22:47 +02:00
Adding a table for survey mode
This commit is contained in:
@@ -11062,4 +11062,23 @@ section.resume-section .resume-section-content {
|
||||
|
||||
.red {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
/* Styling for the table */
|
||||
.scrollable-table {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
display: block;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid black;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
th {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
Reference in New Issue
Block a user