aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-01-31 11:31:01 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-01-31 11:31:01 +0200
commit3163a709601f94c726d9205f2d5785b2c987ff9f (patch)
treefd075f777964925caf7dac2518437964e03a9aee
parent5b76bd9f1f677c650803060adb9ae99b3a5a7060 (diff)
downloadDevHive-3163a709601f94c726d9205f2d5785b2c987ff9f.tar
DevHive-3163a709601f94c726d9205f2d5785b2c987ff9f.tar.gz
DevHive-3163a709601f94c726d9205f2d5785b2c987ff9f.zip
Fixed global spacing of user-language and user-technology classes when there are a lot of them next to each other
-rw-r--r--src/DevHive.Angular/src/app/components/profile-settings/profile-settings.component.css6
-rw-r--r--src/DevHive.Angular/src/styles.css3
2 files changed, 2 insertions, 7 deletions
diff --git a/src/DevHive.Angular/src/app/components/profile-settings/profile-settings.component.css b/src/DevHive.Angular/src/app/components/profile-settings/profile-settings.component.css
index 2aecef5..83f66f1 100644
--- a/src/DevHive.Angular/src/app/components/profile-settings/profile-settings.component.css
+++ b/src/DevHive.Angular/src/app/components/profile-settings/profile-settings.component.css
@@ -55,12 +55,6 @@ hr {
flex-wrap: wrap;
}
-#all-languages > *, #all-technologies > * {
- width: fit-content;
- margin-top: .1em;
- margin-bottom: .1em;
-}
-
/* Buttons */
.edit-btn {
diff --git a/src/DevHive.Angular/src/styles.css b/src/DevHive.Angular/src/styles.css
index aaa1bd5..2af47c6 100644
--- a/src/DevHive.Angular/src/styles.css
+++ b/src/DevHive.Angular/src/styles.css
@@ -77,7 +77,8 @@ input:focus, button:focus {
border-radius: .4em;
background-color: lightgrey;
padding: .26em;
- margin: 0 .2em;
+ margin: .1em .2em;
+ width: fit-content;
}
/* Inputs, the type found in login and register */