← Back to team overview

mahara-contributors team mailing list archive

[Bug 1624959] [NEW] Webservices Service Group heading not aligned correctly

 

Public bug reported:

This is caused by the .html class on the heading row

To avoid this we need to go

.html {
  &:not(.heading) {
    ...
  }
}

** Affects: mahara
     Importance: Low
     Assignee: Robert Lyon (robertl-9)
         Status: In Progress

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => Low

** Changed in: mahara
    Milestone: None => 16.10.0

** Changed in: mahara
     Assignee: (unassigned) => Robert Lyon (robertl-9)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1624959

Title:
  Webservices Service Group heading not aligned correctly

Status in Mahara:
  In Progress

Bug description:
  This is caused by the .html class on the heading row

  To avoid this we need to go

  .html {
    &:not(.heading) {
      ...
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1624959/+subscriptions


Follow ups