summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/groups.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-02 09:04:28 +0100
committerPhil Hughes <me@iamphill.com>2016-09-13 08:44:59 +0100
commit15a3111a6663894d952103e7395f2f56408f88ce (patch)
tree6f5ff4a8d271ee67b0cce89b73605d4a5dd9aef4 /app/assets/stylesheets/pages/groups.scss
parent49a31e64b76b351c1bad91459991a69f0e0fb296 (diff)
downloadgitlab-ce-15a3111a6663894d952103e7395f2f56408f88ce.tar.gz
Mobile spacing improvements
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index a27f7a2fd77..cc1c0249df3 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -1,15 +1,3 @@
-.member-search-form {
- input[type='search'] {
- width: 225px;
- vertical-align: bottom;
-
- @media (max-width: $screen-xs-max) {
- width: 100px;
- vertical-align: bottom;
- }
- }
-}
-
.milestone-row {
@include str-truncated(90%);
}