mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Adjust commit diff field highlights to use container width as minimum width
This commit is contained in:
@@ -517,7 +517,7 @@ export const SecretVersionDiffView = ({
|
||||
}
|
||||
|
||||
oldVersionContent = (
|
||||
<div className="w-fit font-mono text-sm">
|
||||
<div className="w-fit min-w-[100%] font-mono text-sm">
|
||||
{renderJsonWithDiffs(
|
||||
cleanOldVersion,
|
||||
diffPaths,
|
||||
@@ -533,7 +533,7 @@ export const SecretVersionDiffView = ({
|
||||
</div>
|
||||
);
|
||||
newVersionContent = (
|
||||
<div className="w-fit font-mono text-sm">
|
||||
<div className="w-fit min-w-[100%] font-mono text-sm">
|
||||
{renderJsonWithDiffs(
|
||||
cleanNewVersion,
|
||||
diffPaths,
|
||||
|
||||
Reference in New Issue
Block a user