Merge pull request #93 from tbphp/fix-key-table-width-text
fix: 修复密钥列表宽度遮挡问题
This commit is contained in:
@@ -888,7 +888,8 @@ function resetPage() {
|
|||||||
.key-stats {
|
.key-stats {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
|
overflow: hidden;
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
Reference in New Issue
Block a user