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/royale-asjs.git

commit 47a8b4ef4e6b3a9718e64ddf3129f37953f0de94
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Apr 17 10:00:11 2025 -0700

    ASDoc: a little more spacing after package/class/inheritance labels and 
their values
---
 examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml 
b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
index 5794daedb8..288b6d30fb 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
+++ b/examples/royale/ASDoc/src/main/royale/ASDocMainView.mxml
@@ -269,9 +269,9 @@ limitations under the License.
         }
         
         .detailCaption {
-               font-weight: bold;
-               width: 80px;
-               line-height: 20px;
+            font-weight: bold;
+            width: 90px;
+            line-height: 20px;
         }
         
         .title {

Reply via email to