Fix padding grafici

This commit is contained in:
Samuele Locatelli
2021-05-26 19:47:29 +02:00
parent bb08548f7c
commit bdca17ebf0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
}
else
{
<div class="col-2 pr-0" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<div class="col-2" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<ul class="list-group list-group-sm small">
@foreach (var item in @ParetoData)
{
+1 -1
View File
@@ -7,7 +7,7 @@
}
else
{
<div class="col-2 pr-0" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<div class="col-2" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<ul class="list-group list-group-sm small">
@foreach (var item in @ParetoData)
{
+1 -1
View File
@@ -7,7 +7,7 @@
}
else
{
<div class="col-2 pr-0" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<div class="col-2" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<ul class="list-group list-group-sm small">
@foreach (var item in @ParetoData)
{
+1 -1
View File
@@ -7,7 +7,7 @@
}
else
{
<div class="col-2 pr-0" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<div class="col-2" style="max-height: 10em; overflow:hidden; overflow-y: auto;">
<ul class="list-group list-group-sm small">
@foreach (var item in @ParetoData)
{