Skip to content

Commit 8bb1ab0

Browse files
committed
Fix issue with with of .switch element in all views except the day view.
1 parent 521d767 commit 8bb1ab0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/datetimepicker.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license angular-bootstrap-datetimepicker version: 0.3.13
2+
* @license angular-bootstrap-datetimepicker version: 0.3.14
33
* Copyright 2013-2015 Knight Rider Consulting, Inc. http://www.knightrider.com
44
* License: MIT
55
*/
@@ -41,7 +41,6 @@
4141
.datetimepicker .table td,
4242
.datetimepicker .table th {
4343
text-align: center;
44-
width: 14.6%;
4544
height: 20px;
4645
-webkit-border-radius: 4px;
4746
-moz-border-radius: 4px;

0 commit comments

Comments
 (0)