svg
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
padding: 15px 10px 0px 10px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
.statusCard h2 {
|
||||
font-size:18px;
|
||||
text-align: center;
|
||||
}
|
||||
@ -110,6 +110,25 @@
|
||||
zoom: 70%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.issueContainer table {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 8px 12px;
|
||||
border: 1px solid #ddd;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user