@@ -405,6 +405,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
405
405
h (
406
406
BButton ,
407
407
{
408
+ staticClass : 'mx-1' ,
408
409
props : { size : 'sm' , disabled : disabled || readonly , variant : this . nowButtonVariant } ,
409
410
attrs : { 'aria-label' : label || null } ,
410
411
on : { click : this . onNowButton }
@@ -420,6 +421,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
420
421
h (
421
422
BButton ,
422
423
{
424
+ staticClass : 'mx-1' ,
423
425
props : { size : 'sm' , disabled : disabled || readonly , variant : this . resetButtonVariant } ,
424
426
attrs : { 'aria-label' : label || null } ,
425
427
on : { click : this . onResetButton }
@@ -435,6 +437,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
435
437
h (
436
438
BButton ,
437
439
{
440
+ staticClass : 'mx-1' ,
438
441
props : { size : 'sm' , disabled : disabled , variant : this . closeButtonVariant } ,
439
442
attrs : { 'aria-label' : closeLabel || null } ,
440
443
on : { click : this . onCloseButton }
@@ -449,7 +452,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
449
452
h (
450
453
'div' ,
451
454
{
452
- staticClass : 'b-form-date-controls d-flex flex-wrap' ,
455
+ staticClass : 'b-form-date-controls d-flex flex-wrap mx-n1 ' ,
453
456
class : {
454
457
'justify-content-between' : $controls . length > 1 ,
455
458
'justify-content-end' : $controls . length < 2
0 commit comments