Fixed: Last day on calendar will be normal width Fixed: Tables shouldn't overflow due to excessively long titlespull/3113/head
parent
94f9db940b
commit
e2bf6fd6a4
@ -1,4 +1,10 @@
|
||||
@nzbdroneRed: #c4273c;
|
||||
@purple: #7a43b6;
|
||||
@nzbdronePurple: #7932ea;
|
||||
@droneTeal: #35c5f4;
|
||||
@droneTeal: #35c5f4;
|
||||
|
||||
//@tn: ~'(max-width: @{screen-tn-max})';
|
||||
@xs: ~'(min-width: @{screen-xs-max}) and (max-width: @{screen-xs-max})';
|
||||
@sm: ~'(min-width: @{screen-sm-min}) and (max-width: @{screen-sm-max})';
|
||||
@md: ~'(min-width: @{screen-md-min}) and (max-width: @{screen-md-max})';
|
||||
@lg: ~'(min-width: @{screen-lg-min})';
|
Loading…
Reference in new issue