React Bootstrap BUTONTOOLBAR NICHT Abstandsknöpfe auseinander

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: React Bootstrap BUTONTOOLBAR NICHT Abstandsknöpfe auseinander

by Anonymous » 22 Aug 2025, 04:02

Ich habe ein Problem damit, zwei Schaltflächen mithilfe der BUTONTOOLBAR -Komponente in React-Bootstrap zu halten. Ich möchte, dass diese beiden Tasten voneinander abgebildet sind, aber ich bin mir nicht sicher, was ich mit dem Styling machen muss. Laut der Dokumentation sollte das, was ich getan habe, ausreichend sein. src = "https://i.static.net/n4fuz.png"/>

Code: Select all

          
 {
setUndoPlayToggle(!undoPlayToggle);
setPauseVariable(true);
}}
disabled={pitchStateLogs.length === 0}
>
Undo Play

View Stats


Top