mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-31 22:43:20 +02:00
feat: prevent text-wrapping on some big tables
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<div class="border p-3 rounded-3 table-responsive">
|
||||
{% if accounts %}
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover text-nowrap">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="col-auto"></th>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
{% endif %}
|
||||
{% if exchange_rates %}
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover text-nowrap">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="col-auto"></th>
|
||||
|
||||
Reference in New Issue
Block a user