File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<div class =" card-body" >
14
14
<!-- Authorized Tokens -->
15
- <table class =" table table-borderless mb-0" >
15
+ <table class =" table table-responsive table- borderless mb-0" >
16
16
<thead >
17
17
<tr >
18
18
<th >Name</th >
Original file line number Diff line number Diff line change 25
25
You have not created any OAuth clients.
26
26
</p >
27
27
28
- <table class =" table table-borderless mb-0" v-if =" clients.length > 0" >
28
+ <table class =" table table-responsive table- borderless mb-0" v-if =" clients.length > 0" >
29
29
<thead >
30
30
<tr >
31
31
<th >Client ID</th >
Original file line number Diff line number Diff line change 27
27
</p >
28
28
29
29
<!-- Personal Access Tokens -->
30
- <table class =" table table-borderless mb-0" v-if =" tokens.length > 0" >
30
+ <table class =" table table-responsive table- borderless mb-0" v-if =" tokens.length > 0" >
31
31
<thead >
32
32
<tr >
33
33
<th >Name</th >
You can’t perform that action at this time.
0 commit comments