We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa300c commit 6933ff7Copy full SHA for 6933ff7
projects/train-platform/src/app/navbar/navbar.component.css
@@ -18,17 +18,18 @@ ul {
18
li {
19
line-height: 40px;
20
vertical-align: middle;
21
- padding-left: 10px;
22
- padding-right: 10px;
+ padding-left: 0.5rem;
+ padding-right: 0.5rem;
23
}
24
25
.page-options {
26
display: flex;
27
flex-direction: row;
28
- gap: 4px;
+ flex-wrap: nowrap;
29
+ gap: 1rem;
30
31
32
33
label {
- margin-right: 10px;
34
+ margin-right: 0.5rem;
35
0 commit comments