mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 10:08:36 +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">
|
<div class="border p-3 rounded-3 table-responsive">
|
||||||
{% if accounts %}
|
{% if accounts %}
|
||||||
<table class="table table-hover">
|
<table class="table table-hover text-nowrap">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="col-auto"></th>
|
<th scope="col" class="col-auto"></th>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if exchange_rates %}
|
{% if exchange_rates %}
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-hover">
|
<table class="table table-hover text-nowrap">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="col-auto"></th>
|
<th scope="col" class="col-auto"></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user