We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b6ad9 commit 648aefeCopy full SHA for 648aefe
docs/components/ExceptionSupport.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div>
3
- <table>
+ <table style="width: max-content !important;">
4
<thead>
5
<tr>
6
<th scope="col">Provider</th>
docs/components/ProviderSupport.vue
@@ -1,7 +1,7 @@
<div style="overflow-x: auto !important; display: block !important; width: 100% !important;">
- <table style="width: 100% !important; min-width: 850px !important;">
+ <table style="width: max-content !important; min-width: 850px !important;">
7
0 commit comments