prevent tags from wrapping

This commit is contained in:
Nils Norman Haukås 2017-07-11 10:59:42 +02:00
parent 92a471d640
commit c87b65b8aa
2 changed files with 10 additions and 8 deletions

View file

@ -2,16 +2,16 @@
Main plugin style. When inserted by the Chrome
plugin we insert this plugin into all iframes on
the page.
the page.
*/
.tagit-top-wrapper,
.tagit-top-wrapper > body,
.tagit-top-wrapper,
.tagit-top-wrapper > body,
.tagit-top-wrapper > body > iframe {
height: 100%;
margin: 0;
}
}
html.tagit-top-wrapper {
overflow: hidden;
@ -26,6 +26,7 @@ html.tagit-top-wrapper {
}
.tagit-tag {
background-color: #EDDE45;
background-color: #edde45;
padding: 3px;
}
white-space: nowrap;
}

View file

@ -6,6 +6,7 @@
.tagit-tag {
background-color: #EDDE45;
padding: 3px;
white-space: nowrap;
}
</style>
@ -19,7 +20,7 @@
in Port Sunlight across the River Mersey from Liverpool. During the 1810s Etty had become widely respected among staff
and students at the Royal Academy of Arts, in particular for his use of colour and ability to paint realistic flesh tones.
Despite having exhibited at every Summer Exhibition since 1811 he attracted little commercial or critical interest. In
1820 he exhibited The Coral Finder, which showed nude figures on a gilded boat. This painting attracted the attention
1820 he exhibited The Coral Finder, which showed nude figures painting on a gilded boat. This attracted the attention
of Sir Francis Freeling, who commissioned a similar painting on a more ambitious scale.
</p>
<p>
@ -127,4 +128,4 @@
</body>
</html>
</html>