This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git


The following commit(s) were added to refs/heads/develop by this push:
     new 15095bd  hello-world: cleanup
15095bd is described below

commit 15095bde2ba03576d750308003bb77d1eb018991
Author: Josh Tynjala <joshtynj...@apache.org>
AuthorDate: Thu Aug 3 14:56:59 2023 -0700

    hello-world: cleanup
---
 samples/hello-world/frontend/src/main/royale/Main.mxml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/samples/hello-world/frontend/src/main/royale/Main.mxml 
b/samples/hello-world/frontend/src/main/royale/Main.mxml
index f3c836b..0cca7e0 100644
--- a/samples/hello-world/frontend/src/main/royale/Main.mxml
+++ b/samples/hello-world/frontend/src/main/royale/Main.mxml
@@ -50,13 +50,6 @@
                ]]>
        </fx:Script>
 
-       <fx:Style>
-               .jewel.item.datagrid {
-                       white-space: nowrap;
-                       text-overflow: ellipsis;
-               }
-       </fx:Style>
-
        <fx:Declarations>
                <mx:RemoteObject id="srv" 
endpoint="/hello-world/messagebroker/amf" destination="product">
                        <mx:method name="sayHello" result="onResult(event)" 
fault="onFault(event)"/>

Reply via email to