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{
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -97,7 +101,7 @@ a.event-container{
|
|||
cursor: pointer;
|
||||
}
|
||||
.widget-calendar-1 .w-calendar-table td div {
|
||||
width: 3em;
|
||||
width: auto;
|
||||
height: 3em;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.w-calendar-table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
a.event-container-one{
|
||||
color: inherit;
|
||||
}
|
||||
|
@ -57,7 +61,7 @@ a.event-container-one{
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
width: 3em;
|
||||
width: auto;
|
||||
height: 3em;
|
||||
}
|
||||
.widget-calendar-2 .w-calendar-table th {
|
||||
|
|
Loading…
Reference in New Issue