Skip to content

Commit 648aefe

Browse files
[Docs] Fix ProviderSupport table component horizontal scroll (#849)
1 parent 79b6ad9 commit 648aefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/ExceptionSupport.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<table>
3+
<table style="width: max-content !important;">
44
<thead>
55
<tr>
66
<th scope="col">Provider</th>

docs/components/ProviderSupport.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div style="overflow-x: auto !important; display: block !important; width: 100% !important;">
4-
<table style="width: 100% !important; min-width: 850px !important;">
4+
<table style="width: max-content !important; min-width: 850px !important;">
55
<thead>
66
<tr>
77
<th scope="col">Provider</th>

0 commit comments

Comments
 (0)