mirror of
https://github.com/louislam/dockge.git
synced 2025-02-20 02:25:56 +00:00
Fix css
This commit is contained in:
parent
f862bbc7cd
commit
457f038108
1 changed files with 3 additions and 2 deletions
|
@ -45,11 +45,12 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.badge {
|
.badge {
|
||||||
min-width: 62px;
|
min-width: 62px;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed-width {
|
.fixed-width {
|
||||||
width: 62px;
|
width: 62px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue