Thanks to visit codestin.com
Credit goes to gitlab.com

Commit be42840c authored by Adrian DC's avatar Adrian DC
Browse files

docs(commands): set 'min-width' for commands columns



Signed-off-by: default avatarAdrian DC <[email protected]>
parent 6db66358
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ hide:

<table style="border-collapse: collapse; border: none; font-size: 75%; width: 100%;">
  <tr style="border: none; width: 100%;">
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Creation & Clone</h2>
@@ -85,7 +85,7 @@ git add -p <FILE>
<br />

    </td>
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Commits</h2>
@@ -169,7 +169,7 @@ ___

<table style="border-collapse: collapse; border: none; font-size: 75%; width: 100%;">
  <tr style="border: none; width: 100%;">
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Commits History</h2>
@@ -256,7 +256,7 @@ git branch -f <BRANCH> <SHA1>
```

    </td>
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Remotes</h2>
@@ -336,7 +336,7 @@ ___

<table style="border-collapse: collapse; border: none; font-size: 75%; width: 100%;">
  <tr style="border: none; width: 100%;">
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Rebase & Merge</h2>
@@ -395,7 +395,7 @@ git mergetool
```

    </td>
    <td style="border: none; vertical-align: top; width: 50%;">
    <td style="border: none; min-width: 34em; vertical-align: top; width: 50%;">

<center>
  <h2>Undo</h2>