Remove hint of underline from mobile subject

Removes the css style that was causing a small underline to appear at
the beginning of the subject link in mobile views.

Bug: Issue 5584
Change-Id: Ic252e5279d13e5f2c7335bf43405644092f457bf
This commit is contained in:
Becky Siegel 2017-02-24 13:09:35 -08:00
parent 2b561e6fd7
commit f233430b09

View File

@ -88,7 +88,6 @@ limitations under the License.
}
.subject {
margin-bottom: .25em;
text-decoration: underline;
width: calc(100% - 2em);
}
.owner,