Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet didn't move with text when add padding to list item #659

Open
9 of 15 tasks
devanhlt opened this issue May 10, 2024 · 0 comments
Open
9 of 15 tasks

Bullet didn't move with text when add padding to list item #659

devanhlt opened this issue May 10, 2024 · 0 comments
Labels
bug Crush'em all.

Comments

@devanhlt
Copy link

devanhlt commented May 10, 2024

Decision Table

  • My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it)
  • My issue does not look like “The HTML element <yyy> is not rendered”

Good Faith Declaration

Description

According to the title, I have added padding to my html li tag. The padded text follows to create space, but the bullets do not move.

React Native Information

System:
    OS: macOS 14.4
    CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
    Memory: 209.40 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.19.1 - ~/.nvm/versions/node/v18.19.1/bin/node
    Yarn: 1.22.22 - /usr/local/bin/yarn
    npm: 10.2.4 - ~/.nvm/versions/node/v18.19.1/bin/npm
    Watchman: Not Found
  Managers:
    CocoaPods: 1.15.2 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 23.4, iOS 17.4, macOS 14.4, tvOS 17.4, visionOS 1.1, watchOS 10.4
    Android SDK:
      API Levels: 31, 33, 34
      Build Tools: 30.0.3, 33.0.1, 34.0.0
      System Images: android-34 | Google APIs Intel x86_64 Atom
      Android NDK: 22.1.7171670
  IDEs:
    Android Studio: 2023.2 AI-232.10227.8.2321.11479570
    Xcode: 15.3/15E204a - /usr/bin/xcodebuild
  Languages:
    Java: 17.0.10 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.2 => 17.0.2 
    react-native: 0.67.5 => 0.67.5 
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

RNRH Version

6.3.4

Tested Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Reproduction Platforms

  • Android
  • iOS
  • Web
  • MacOS
  • Windows

Minimal, Reproducible Example

<div style="color:#3d4148">Title: <ul style="padding-left:30px">
    <li style="padding:8px">Item 1</li>
    <li style="padding:8px">Item 2</li>
    <li style="padding:8px">Item 3</li>
    <li style="padding:8px">Item 4</li>
  </ul>
</div>

Additional Notes

No response

@devanhlt devanhlt added the bug Crush'em all. label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Crush'em all.
Projects
None yet
Development

No branches or pull requests

1 participant