mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Changed table-condensed to table-sm
This commit is contained in:
parent
a39e2c165d
commit
ab44100312
4 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ export const DATETIME_FORMATS = [
|
|||
* MomentJS DateTime formatting examples.
|
||||
*/
|
||||
export const FORMAT_EXAMPLES = `Format string tokens:
|
||||
<table class="table table-striped table-hover table-condensed table-bordered" style="font-family: sans-serif">
|
||||
<table class="table table-striped table-hover table-sm table-bordered" style="font-family: sans-serif">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Category</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue