Artur Stępień created NETBEANS-1457:
---------------------------------------
Summary: CSS text-align poroperty value start is unsupported
Key: NETBEANS-1457
URL: https://issues.apache.org/jira/browse/NETBEANS-1457
Project: NetBeans
Issue Type: Bug
Components: web - CSS Editor
Affects Versions: 9.0
Environment: Windows 10
Reporter: Artur Stępień
The following code shows as a warning cause of start value for text-align
property
{code:java}
.tooltip {
text-align: start;
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists