fix actions width from companions details tab

This commit is contained in:
moliloo 2025-08-05 22:34:59 -03:00
parent a8862d40d2
commit 3c7fe5ff25
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;