11 lines
141 B
CSS
11 lines
141 B
CSS
/* fix borders */
|
|
#events-calendar {
|
|
margin-left: -1px;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
|
width: 100%;
|
|
padding: 6px 12px;
|
|
}
|