diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-16 23:17:24 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:43 +0200 |
| commit | 434be6d21ad665cb6abdf5138d0c563efbfe00b4 (patch) | |
| tree | 4faa685e96eb7fedd3fa6c8c106493100868f23f /src/components/simulations | |
| parent | 9bfd652ff2c0bb5c0fa1fbce49e948bd4effa7b8 (diff) | |
Properly align simulation list cells
Diffstat (limited to 'src/components/simulations')
| -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 |
