fix style error
This commit is contained in:
parent
460d5a15f2
commit
05a0547df3
|
@ -1,3 +1,7 @@
|
||||||
|
.w-calendar-table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
a.event-container{
|
a.event-container{
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
@ -97,7 +101,7 @@ a.event-container{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.widget-calendar-1 .w-calendar-table td div {
|
.widget-calendar-1 .w-calendar-table td div {
|
||||||
width: 3em;
|
width: auto;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
.w-calendar-table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
a.event-container-one{
|
a.event-container-one{
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
@ -57,7 +61,7 @@ a.event-container-one{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 3em;
|
width: auto;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
}
|
}
|
||||||
.widget-calendar-2 .w-calendar-table th {
|
.widget-calendar-2 .w-calendar-table th {
|
||||||
|
|
Loading…
Reference in New Issue