Fix CI
This commit is contained in:
parent
0380d02ca2
commit
5fbcd8e4fe
2 changed files with 4 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
|
@ -47,11 +47,12 @@ $more-button-width: 40px;
|
|||
}
|
||||
|
||||
my-actor-host {
|
||||
max-width: 50%;
|
||||
flex-shrink: 1;
|
||||
min-width: 1px;
|
||||
}
|
||||
|
||||
|
||||
.owner-label {
|
||||
flex-shrink: 1;
|
||||
color: pvar(--fg-300);
|
||||
|
||||
@include disable-default-a-behaviour;
|
||||
|
|
Loading…
Add table
Reference in a new issue