Force icons to not wrap
This commit is contained in:
parent
12a1b3dfb6
commit
9d60970061
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
@ -18,7 +18,7 @@ $(".card_qwikclock_myshifts").each(function () {
|
|||||||
if (resp.status == "OK") {
|
if (resp.status == "OK") {
|
||||||
var shifts = resp.shifts;
|
var shifts = resp.shifts;
|
||||||
if (shifts.length > 0) {
|
if (shifts.length > 0) {
|
||||||
shifttable.html('<thead><tr><th>Shift</th><th><i class="fas fa-play d-sm-none d-lg-inline"></i> Start</th><th><i class="fas fa-stop d-sm-none d-lg-inline"></i> End</th><th><i class="far fa-calendar-alt d-sm-none d-lg-inline"></i> Days</th></tr></thead>');
|
shifttable.html('<thead><tr><th>Shift</th><th style="white-space: nowrap;"><i class="fas fa-play"></i> Start</th><th style="white-space: nowrap;"><i class="fas fa-stop"></i> End</th><th style="white-space: nowrap;"><i class="far fa-calendar-alt"></i> Days</th></tr></thead>');
|
||||||
shifttable.append("<tbody>");
|
shifttable.append("<tbody>");
|
||||||
for (var shift in shifts) {
|
for (var shift in shifts) {
|
||||||
var days = "";
|
var days = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user