diff options
| -rw-r--r-- | src/components/simulations/SimulationAuthList.sass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/simulations/SimulationAuthList.sass b/src/components/simulations/SimulationAuthList.sass index 4edfb99e..10334c9f 100644 --- a/src/components/simulations/SimulationAuthList.sass +++ b/src/components/simulations/SimulationAuthList.sass @@ -48,6 +48,12 @@ span margin-right: 10px +.simulation-row > div:not(:first-of-type) + padding-left: 0 !important + +.simulation-list .list-head > div:not(:first-of-type) + padding-left: 5px !important + .simulation-row .simulation-icons text-align: right |
