fix actions width from companions details tab (#623)

This commit is contained in:
Murilo Brito 2025-08-06 05:12:22 -03:00 committed by GitHub
parent d8187ac521
commit 1505c71014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View file

@ -24,6 +24,9 @@
flex-direction: column;
gap: 10px;
align-items: center;
width: 100%;
padding: 0 10px;
margin-bottom: 5px;
}
}
@ -33,6 +36,7 @@
text-align: center;
font-style: italic;
justify-content: center;
padding: 10px 0;
}
.experience-list {
@ -40,7 +44,6 @@
flex-direction: column;
gap: 5px;
width: 100%;
margin-top: 10px;
align-items: center;
.experience-row {
@ -49,6 +52,8 @@
width: 250px;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0 10px;
.experience-name {
width: 180px;