17 lines
211 B
CSS
17 lines
211 B
CSS
/* fix borders */
|
|
#events-calendar {
|
|
margin-left: -1px;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
|
width: 100%;
|
|
padding: 6px 12px;
|
|
}
|
|
|
|
.event-wrapper {
|
|
max-width: 700px;
|
|
height: auto;
|
|
padding: 10px;
|
|
}
|