mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
CSS: Remove units from a 0 width/height element
Close gh-3122
This commit is contained in:
parent
95c7ab6897
commit
69db408d82
@ -53,11 +53,11 @@ div.medopacity {
|
||||
}
|
||||
|
||||
div.nowidth {
|
||||
width: 0px;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
div.noheight {
|
||||
height: 0px;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
div.noopacity {
|
||||
|
Loading…
Reference in New Issue
Block a user