Browse Source

Fixed width of messages meta info block (#2171)

Co-authored-by: Yiu ming Lai <ymlai87416@gmail.com>
Tom Lai 3 years ago
parent
commit
41fd765d83

+ 1 - 1
kafka-ui-react-app/src/components/Topics/Topic/Details/Messages/MessageContent/MessageContent.styled.ts

@@ -56,7 +56,7 @@ export const Metadata = styled.span`
 export const MetadataLabel = styled.p`
 export const MetadataLabel = styled.p`
   color: ${({ theme }) => theme.topicMetaData.color.label};
   color: ${({ theme }) => theme.topicMetaData.color.label};
   font-size: 14px;
   font-size: 14px;
-  width: 50px;
+  width: 80px;
 `;
 `;
 
 
 export const MetadataValue = styled.p`
 export const MetadataValue = styled.p`