fix table width
This commit is contained in:
parent
8aa4f5cc48
commit
335e8ca4ff
@ -32,7 +32,7 @@ def display_client(client, desk_no):
|
||||
prize = '{0:.2f}'.format(prize)
|
||||
if prize != a.prize:
|
||||
a.prize = prize
|
||||
html = '<div class="col col-md-6">\n'
|
||||
html = '<div class="col col-12 col-lg-6">\n'
|
||||
html += ' <div class="table-info alert {}">\n'.format(alert)
|
||||
html += ' <h4 style="text-align: center">({}) {}</h4>\n'.format(desk_no, desk.name)
|
||||
if loc.happy_hour_start is not None and desk.prize_hh is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user