Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-04-05 22:34:16 +0300
committerJacob Schatz <jschatz1@gmail.com>2016-04-05 22:34:16 +0300
commit4258589d95350c8c5483d12ae1665d9571614771 (patch)
treebda4f45eb15ff37dfc18393bc66df283f65d5cbf /app/assets/stylesheets/framework/common.scss
parentb8d0f174224c883d2b6766ba424a7b5ad7f2431e (diff)
parent4d9d06ec5057c512bd05ab5883ca842c7a3a3c9a (diff)
Merge branch 'note-form-design' into 'master'
Notes form design update Part of #3401 See merge request !3442
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index db1a8b1bf78..2ade341c9dd 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -125,13 +125,6 @@ p.time {
height: 150px;
}
-// Fixes alignment on notes.
-.new_note {
- label {
- text-align: left;
- }
-}
-
// Fix issue with notes & lists creating a bunch of bottom borders.
li.note {
img { max-width: 100% }