Skip to content

Commit 126f287

Browse files
codenamezjamesrstoenescu
authored andcommitted
fix: Centering the time on date time (quasarframework#2684)
1 parent d472d2a commit 126f287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/datetime/QDatetimePicker.mat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export default {
549549
]))
550550
const content = [
551551
h('span', {
552-
staticClass: 'col',
552+
staticClass: 'col-auto',
553553
style: { textAlign: 'right' }
554554
}, [
555555
h('span', {
@@ -586,7 +586,7 @@ export default {
586586
h('span', { style: 'opacity:0.6;' }, [ ':' ]),
587587

588588
h('span', {
589-
staticClass: 'col row no-wrap items-center',
589+
staticClass: 'col-auto row no-wrap items-center',
590590
style: { textAlign: 'left' }
591591
}, [
592592
h('span', {

0 commit comments

Comments
 (0)