.project-metadata .metadata-values { flex-grow: 1; /* Allow the values container to take up remaining space */ /* Apply text indentation for hanging indent */ display: inline-block; /* Treat as inline-block for better text flow */ padding-left: 4em; /* Indent all lines - adjust as needed */ text-indent: -4em; /* Pull first line back - adjust as needed */ margin-left: 0; /* Remove left margin */ word-break: break-word; /* Break long words if necessary */ overflow-wrap: break-word; /* Break long words if necessary */ white-space: normal; /* Allow text to wrap normally */ } .project-metadata i { /* ... existing code ... */ }