fixes
This commit is contained in:
@@ -3758,3 +3758,22 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.form-field-error{
|
||||
display:block;
|
||||
margin-top:0.35rem;
|
||||
font-size:0.78rem;
|
||||
line-height:1.35;
|
||||
color:var(--red-400);
|
||||
}
|
||||
|
||||
.repository-table .table-row-menu__list .p-button{justify-content:flex-start;}
|
||||
|
||||
@media (max-width: 960px){
|
||||
.repository-table .table-row-menu{
|
||||
display:inline-block !important;
|
||||
}
|
||||
.repository-table .table-row-menu__list{
|
||||
min-width:min(220px,calc(100vw - 32px));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user